Post are missing of the category
-
Hi !
I’m using WP_Query to get posts of the category and during my work I recognized that when the term has only one post then your filter don’t allow me to get the post cause of the condition which is adding with the
add_filter('posts_where', array(&$this, 'reOrder_query_where'), 10, 2);
filter (wp-content/plugins/reorder-post-within-categories/reorder-posts-within-categories.php:69).Also I can’t access to the category from the settings page (options-general.php?page=reorder-posts-within-categories.php) because it has only one post for now. In the
reOrder_query_where
function doesn’t exists any hook to use and fix it.Can you help me to fix or find a solution for it?
Thanks in advance,
Vahan
- The topic ‘Post are missing of the category’ is closed to new replies.