• Closed
  • J.A.
    Spectator
    February 16, 2014 at 6:31 pm #8275

    Hello Roman,

    under every post the navigation links “older / newer posts” are displayed. Sadly I can change in the settings only to “before”, “after” and “before and after” the post. How can I get rid of them?

    Thanks in advance
    vsick

    Roman
    Spectator
    Posts: 3147
    February 17, 2014 at 10:24 am #9151

    in the index.php file find these lines and remove them:

    line #209

    Code:
    <span class=”nav-top”>
    <?php get_template_part( ‘navigation’, ‘index’ ); ?>
    </span>

    line #314

    Code:
    <?php get_template_part( ‘navigation’, ‘index’ ); ?>