conradical
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Omit Child Pages in Next and Previous LinksCool.. so ignore the “why”. All I’m asking is that is it possible to omit child nav from the “next/previous” links 🙂
Forum: Fixing WordPress
In reply to: Omit Child Pages in Next and Previous LinksNope. No plugin etc.. it is just a child page. Straight up, standard WordPress child page. It just so happens it is in another language. In fact, ignore that it is in another language even..
Forum: Fixing WordPress
In reply to: Omit Child Pages in Next and Previous LinksIt is in local development. Here is a screenshot:
http://recordit.co/B7BXH430PUIt is basically a page for each month:
/august/
/july/
etc..Each page also has a french version so:
/august/fr/
/july/fr/etc.. the FR pages are the child of each corresponding Month.
/august/ – Parent and English
/august/fr/ – Child and FrenchSo in the Nav, I want the next previous to go back each month (august/july/june/) etc.. and not display the child pages (august/fr)
Because there is a flag icon at the top that users can visit the FR page if needed.
Hope that brings clarity.
Forum: Fixing WordPress
In reply to: Omit Child Pages in Next and Previous LinksNo I want to display the previous/next links but omit child pages from showing up.
Example:
Page 1
– Child Page 1Page 2
– Child Page 2Page 3
– Child Page 3In the next previous links I should only see < Page 1 —- Page 3 >
Currently I see: < Child Page 1 —– Page 3 >
Hope I made it clear.. thanks!