‘Category Tagging’ conlicting with ‘Post Levels’
-
I have a problem. I really like both the Category Tagging plugin https://sw-guide.de/wordpress/category-tagging-plugin/ and the Post Levels plugin https://fortes.com/2007/02/16/post-levels-111/
right now i only have the Post Levels plugin activated because it conflicts with the Category Tagging one. When you view a single post, normally the category tagging plugin would list other posts that fell under the same category as the currently viewed post, i get the following error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘posts, wp_post2cat post2cat WHERE posts.ID 21 AND posts. (wp_’ at line 2]
SELECT DISTINCT posts.ID, posts.post_title, posts.post_date, posts.comment_count FROM (wp_posts LEFT JOIN wp_postmeta as pl_wp_postmeta ON (wp_posts.ID = pl_wp_postmeta.post_id)) posts, wp_post2cat post2cat WHERE posts.ID 21 AND posts. (wp_posts.post_status = ‘publish’ OR (wp_posts.post_status = ‘private’ AND (pl_wp_postmeta.meta_key = ‘post_level’ AND pl_wp_postmeta.meta_value 20060316195321 ORDER BY RAND() LIMIT 5
* No related posts found.
Any ideas as to how i could fix this would be wonderful. thanks
- The topic ‘‘Category Tagging’ conlicting with ‘Post Levels’’ is closed to new replies.