Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-02-27 01:16:29

grover_c
Member
Registered: 2016-12-10
Posts: 117

WordPress Next/Previous post navigation

I have another question.  Using the Backlight theme there doesn't appear to be Previous or Next post navigation.  What/where is the best way to add it?

Thanks

Offline

#2 2017-02-27 01:44:24

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: WordPress Next/Previous post navigation

Two options I can see:
Create a child theme and add the functionality via code
https://codex.wordpress.org/Next_and_Previous_Links

Use a plugin specifically for the purpose. Search on something like "WordPress previous next post plugin"


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2017-02-27 02:21:59

michilge
Member
From: Sprockhövel, Germany
Registered: 2013-04-15
Posts: 206
Website

Re: WordPress Next/Previous post navigation

The child theme approach gives you a central place to add other features like sharing links for social media, display of author name and creation date. This method will give you a fair chance not to interfere with future updates.

You have to create the child theme and put a subdirectory "template-parts" into the child theme directory. There you put a copy of the original Backlight Theme's file "./template-parts/content.php" that you can edit to fit your needs.

Offline

#4 2017-02-27 02:33:34

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: WordPress Next/Previous post navigation

In the latest version you can enable adjacent post links in the Wordpress customizer which will give "Newer:" and "Older:" links on single posts.

Offline

#5 2017-02-27 03:25:11

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: WordPress Next/Previous post navigation

charlie.choc wrote:

In the latest version you can enable adjacent post links in the Wordpress customizer which will give "Newer:" and "Older:" links on single posts.

Sure, go for the obvious solution. That's way too easy wink


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2017-02-27 03:31:54

grover_c
Member
Registered: 2016-12-10
Posts: 117

Re: WordPress Next/Previous post navigation

Thanks, everyone.  This is great info.

Offline

Board footer

Powered by FluxBB