• Resolved zakademus

    (@zakademus)


    Hello,
    is it possible to place easily a single pagination at the bottom of the article ?

    thank you

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

    (@anlino)

    Hi @zakademus,

    I don’t have any current plans on adding that to Hamilton itself, but it would be fairly easy to add in a child theme. Copy over the singular.php file to the child theme, and add the following where you want the single pagination to show up:

    // Single post navigation
    if ( is_single() ) the_post_navigation();

    You’re probably going to need to add some styles to make them look decent, as well.

    — Anders

    Thread Starter zakademus

    (@zakademus)

    THANK YOU !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination Single’ is closed to new replies.