• Hi there, I was wondering how to change Post Navigation from H2 to anything beside Heading?

    Thanks!

    • This topic was modified 5 years, 8 months ago by kalipengging.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @kalipengging,

    The heading is added by WordPress itself as part of the the_post_navigation() output. You can remove it by setting the screen_reader_text argument to empty, but there aren’t any filters for the the_post_navigation() arguments, so you’ll have to plug the entire content.php file in a child theme and change the argument there, which I wouldn’t recommend.

    — Anders

Viewing 1 replies (of 1 total)

The topic ‘Post Navigation’ is closed to new replies.