• Resolved jkim1225

    (@jkim1225)


    I love the plug-in but I am struggling with 2 issues.

    1. When clicked on the post’s title, it doesn’t show the post but rather gives me 404 error.

    2. I would like the page to show only 1 post and have next and previous buttons on the bottom. I put the_content() to show full post and showpage=’1′ in the shortcode.
    That made the page show only 1 full post (the latest) but there’s no buttons or anything to navigate to the next post.

    I am new to wordpress… please help me.

    https://www.ads-software.com/extend/plugins/posts-in-page/

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

    (@jkim1225)

    I fixed the 404 error. It was caused by permalink setting.

    I am still working on the second issue…
    How do I get the next and previous buttons on the page?

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Hey jkim1225,

    Good for you for fixing the permalink issue. You beat me to it. ??

    2. I would like the page to show only 1 post and have next and previous buttons on the bottom. I put the_content() to show full post and showpage=’1′ in the shortcode.
    That made the page show only 1 full post (the latest) but there’s no buttons or anything to navigate to the next post.

    Try adding paginate='yes' to your shortcode.

    https://www.ads-software.com/extend/plugins/posts-in-page/installation/

    Hope that helps,
    Eric

    Thread Starter jkim1225

    (@jkim1225)

    Thank you Eric!
    It fixed it and now I have next and previous buttons stacked up together on the bottom of page… how do I make it look different? I want them to look exactly like the ones inTwenty Eleven theme’s single post page…

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Hi jkim1225

    Not being able to see your theme, it’s hard for me to say.

    You can post a link, if you like, but I’d recommend checking to make sure that your posts_loop_template.php markup matches that of your theme. Make sure you are using the same classes/IDs as your theme.

    Eric

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘post title does not direct to actual post next and previous buttons?’ is closed to new replies.