Support » Plugin: Posts in Page » Can't find pagination anywhere

  • Resolved soret

    (@soret)


    Hello!

    First of all, congratulations on your plugin. I was struggling horribly to add posts into a page template by code after giving up on searching everywhere for something like this. I was almost done (I only needed to add CSS styling) when I found this… You can imagine how happy I was.

    Anyway, what I wanted to do was add a category of posts in a page. As you obviously know, this is really easy with your plugin… But, I really need a pagination. I set the default amount of posts to 5, and added 6 posts into a category to test it on a page, and could not see the “Older posts” link anywhere, nor could I find a way to add it manually after trying everything (like <?php twentytwelve_content_nav( 'nav-below' ); ?>). I went into the default blog of my site, and I could see the “Older posts” link. I even activated the PageNavi plugin and worked great… But I still couldn’t see it on my test page with the shortcode of this plugin.

    I searched and found out that it wasn’t possible a few months ago, but that you finally added the possibility to do it. One user was even complaining that it was set to default. However, I can’t find anywhere an option to toggle it on. Is there something that I’m doing wrong?

    Thank you very much in advance!

    http://wordpress.org/extend/plugins/posts-in-page/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Hey soret,

    Per this page:
    http://wordpress.org/extend/plugins/posts-in-page/installation/

    Try adding: paginate='yes' to your shortcode.

    That should do it.

    Hope that helps.
    Eric

    Thread Starter soret

    (@soret)

    Omg… Guess I didn’t look hard enough. Sorry for your trouble.

    However, I noticed that the link of the “next” button is not ok. The page that the shortcode is in, is a level 2 page (I mean, for instance, “mydomain.com/level1/leve2”), but the link sends me to “mydomain.com/level2/?page=2”, skipping the parent page. If I manually add the parent page in the URL, then I can see the posts…

    Thanks again so much in advance

    Plugin Author Eric Amundson

    (@sewmyheadon)

    soret,

    Are you using Pretty Permalinks under Settings in the Dashboard? If not, try turning them on and see if that helps.

    e

    Thread Starter soret

    (@soret)

    I’m not entirely sure, because my WordPress is in Spanish. Under the “Permalinks” settings, I have selected the post name type of URL. Here is a link to my test page. That is where the “next” link is. Notice how the parent page “ejemplos” is not in the link.

    Thank you again for all your fast replies!

    Plugin Author Eric Amundson

    (@sewmyheadon)

    What is the exact shortcode you’re using now, soret?

    Thread Starter soret

    (@soret)

    The exact code is [ic_add_posts paginate='yes' category='ejemplos-de-chapa'], being “ejemplos-de-chapa” the slug of a category I created and the one where the posts are assigned to.

    Thread Starter soret

    (@soret)

    Hello again!

    I just wanted to say that the link to the testing site no longer works, just in case you were planning on checking it from this point on. I’m working around solutions myself, but still don’t get it right.

    As a feature request, it would be AWESOME for the plugin to work with the WP-PageNavi plugin. In my humble opinion, I think that is the only think missing.

    Therefore, for that and for your great support and quick reply, you have my 5 stars.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't find pagination anywhere’ is closed to new replies.