Changes between Version 1 and Version 2 of Ticket #174, comment 26
- Timestamp:
- 07/19/2016 10:29:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #174, comment 26
v1 v2 5 5 You 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. 6 6 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 terms7 A 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 8 8 9 9 Another 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