• I want to delete or change the name Post navigation in the post, how to do?

    • This topic was modified 7 years, 4 months ago by halinh.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @halinh,

    You can hide it from “Customizer” > “Additional CSS” by adding this:

    .post-navigation {
        display: none;
    }

    If you wanted to change the name, you’d need to create a Child Theme and make the change in the corresponding template file.

    • This reply was modified 7 years, 4 months ago by Carme Mias.
    Thread Starter halinh

    (@halinh)

    Thanks, that’s a good way
    But i want to edit directly for example edit on file single.php or function.php
    how to do?
    (sorry english i was not good)

    Goto your themes single.php and find and Comments “the_post_navigation” function code (for twentyseventeen theme).

    It is recommended that you create child theme and then override this single.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to change or remove Post navigation’ is closed to new replies.