Previous and Next buttons in sidebar on static home page

  • Unknown's avatar

    Hello everybody!

    I’m working on a website which is OnePage Website with blog section. In one of the sections I’m showing the recent blog post in the left side and latest blog posts in the right sidebar. However, my main problem is when I’m adding in the sidebar the Previous and next buttons using :

    <?php previous_post('« %','','yes') ?>
      <?php next_post(' % »','','yes') ?>

    Instead of calling the blog posts, it’s shows up the website pages (for next and previous), but if I go to http://wwww.tttt.com/blog/ is calling the blog posts.

    Does anyone know how can I fix this?

  • The topic ‘Previous and Next buttons in sidebar on static home page’ is closed to new replies.