post navigation

Previous and Next Post Link won´t show up

Hello Tom, first of all I´d like to say that I really appreciate your theme! Great work! Maybe you can help me with my little problem: I´d like to display a “previous and next post” link at the bottom of every post so that you can go directly to the next post whithout going back … Read more

nav-previous and nav-next arrow styling

I found Tom’s code which puts the previous and next links on a single line. How would I get the next arrow to float all the way to the right of the next link? And how would I change the arrow to some other character? .post-navigation .nav-previous { float: left; } .post-navigation .nav-next { float: … Read more

Few suggestions

If custom excerpt is specified, it would be nice to have “Read more…” link anyway, because it can be confused with short note. There should be space on post page between tags and post navigation. It would look much clearer 🙂 Anyway I like GP very much 🙂 Just bought it today. Hope to stay … Read more

"Next" and "Previous" links at ends of cpt loop

Hi there, LOVE GP so far! I am using IssueM to create magazine issues with articles. “Article” is a cpt, and “Issue” is a taxonomy. (https://zeen101.com/documentation/how-issuem-adds-issues-your-wordpress-site/) I created a single-article.php from single.php for my article cpt (it’s just a full-width template without the site header) and added the generate_content_nav funtion just after the loop. It … Read more

Remove previous/next link from post

Hi, How can I remove Previous and Next link at the bottom of each post. I have add the following code into style.css but it doesn’t work. .post-navigation { display: none; } Is there is any other way to remove that link?

Arrow position in previous/ next post navigation

Hi Tom I finally have a question that I couldn’t find answered on the forum. The arrow icon for the previous post at the bottom of the page shows left; i.e. <<previous post title The arrow for the next post is also on the left; i.e. >>next post title How can I get the arrow … Read more

Post navigation change tekst

Hi support, Is it possible to change the Next and Previous links beneath a post to actually the text Next post / Previous post? Now I see the title of the post. I tried following code for functions.php (I have child theme) I found with Google but not working: // add_filter( 'tc_singular_nav_next_text' , 'my_nav_buttons_text' ); … Read more