Making WordPress.org

Changes between Version 1 and Version 2 of Ticket #174, comment 26


Ignore:
Timestamp:
07/19/2016 10:29:13 PM (9 years ago)
Author:
keesiemeijer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #174, comment 26

    v1 v2  
    55You also get autocomplete for free with a taxonomy in the edit posts screen (when adding a term) as all posts will have their own name as a term to begin with. I don't know p2p well enough to know if it supports autocomplete on the front end as well.
    66
    7 A downside to using a (function) taxonomy is that 6430 terms need to be created for the users to choose from. Upside is you only have to query taxonomy terms 
     7A downside to using a (function) taxonomy is that 6430 terms need to be created for the users to choose from if we are planning to have related posts for all parsed post types. Upside is you only have to query taxonomy terms 
    88
    99Another thing to think about is that the parser ships with the p2p library only, without the admin functionality. https://github.com/scribu/wp-lib-posts-to-posts