• hello,
    thank you for your awesome plugin
    i have a question..
    everything works fine when i create a post from a form…
    but when i manually create a post inside wordpress, in admin panel submited is no and the checkbox in the post edit ( in the right panel ) not work. my posts goes submited “NO” and not show in my blog page

    what am i doing wrong?
    thak you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ouragos

    (@ouragos)

    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…!!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    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.

    Thread Starter ouragos

    (@ouragos)

    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);

    Plugin Author Aurovrata Venet

    (@aurovrata)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘submit form checkbox not work in posts’ is closed to new replies.