Skip Navigation

[Resolved] BreacdCrumb & Previous – Next to Hierarchy that Have Many Tax levels & posts

This support ticket is created 6 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by ramez-refaatG 5 years, 11 months ago.

Assisted by: Nigel.

Author
Posts
#1156007

- Tell us what you are trying to do?
1. I want the visitor to know where is he in the hierarchy globalized allover the site in any hierarchy page.
The current example the hierarchy that was created here:
https://toolset.com/forums/topic/taxonomies-parent-child-as-drupal-books/

2. That Breadcrumb can contain in the bottom of the page <<Previous Next>> links that shows the previous (if present) & next (if present) tax or post in the current page & hierarchy globalized allover the site pages for we have many hierarchies..

- Is there any documentation that you are following?
No.

- Is there a similar example that we can see?
hidden link
In the top of te page you’ll see:
Home » Articles » A. New Creation - Christian Life & Growing Up Spiritually » A New Creation Is What Matters

- What is the link to your site?
Lifechangingtruth.org

#1156239

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

HI there

WordPress doesn't have built-in breadcrumbs, and you can either roll-your-own solution, try and implement a solution using Views as described in the earlier thread you linked to, or use a breadcrumbs plugin.

There are several very popular plugins freely available, and that is likely to be your best option.

(e.g. https://wordpress.org/plugins/breadcrumb/, https://wordpress.org/plugins/seo-breadcrumbs/, or https://wordpress.org/plugins/breadcrumb-navxt/)

WordPress provides for prev/next links that work on single posts, but only based upon publication date. (Themes typically include these in the single.php template.)

These only work for posts, not taxonomies.

#1164695

My issue is resolved now. Thank you!