ok i solved above problem..posts are displayed in my blog page (custom with query ) but when i use a pagination “load more” it’s only brings me the posts that created before added your plugin..displays the posts that the column “Submitted” is empty..
if the column “sumbmitted”..in posts lists (admin panel)… has a values No or Yes pagination not work…!!
if the column “sumbmitted”..in posts lists (admin panel)… has a values No or Yes pagination not work…!!
that’s odd. It shouldn’t have any effect on the pagination. I will test this on my server and get back to you.
do you find any problem?? any solution??
theme support told me that….
You should ask them how to change these queries:
$wp_query->query(‘posts_per_page=6&paged=’.$page);
$wp_query->query(‘orderby=meta_value_num&meta_key=_liked&posts_per_page=6′.’&paged=’.$page);
$wp_query->query(‘orderby=comment_count&posts_per_page=6′.’&paged=’.$page);
the plugin has no effect on front end queries, so again I don’t understand what it is you are struggling with.
but when i manually create a post inside wordpress,
What post type are you mapping your form to? Is this an existing post type or one you created?
If you created a custom post type, you need to make sure you understand the registration parameters that can influence pagination.