• Resolved Chris

    (@forumusr)


    Please look here: https://musiclessonshq.com/?p=264

    I would like to remove the navigation just above the article titles that link to the previous and following posts to clean up the presentation.

    Please excuse me I don’t even know what the correct term is for those links. This is the Twentyten theme.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Don’t edit the Twenty Ten theme. Instead create a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter Chris

    (@forumusr)

    Oh I’ve already created a child theme and done quite a bit of other editing. I’m ready to go :).

    Remove:

    <div id="nav-above" class="navigation">
    					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
    					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
    				</div><!-- #nav-above -->

    from a copy of loop-single.php template file in your child theme.

    Thread Starter Chris

    (@forumusr)

    Wonderful thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove these things from a post’ is closed to new replies.