Site logo

Archived topic

How to activate previous/ next post navigation

3 replies · Started by Thomas Connertz on March 24, 2015

Viewing posts 1–4 of 4

Hi Tom,
I think I'm just missing something: I can't find how to activate the next post/ previous post navigation. This is not about styling like in many other support posts here; it doesn't show up at all.
I found out something strange:
I'm using the Premium Package. In the customizer, I can go to Blog/ Blog Content and set Date, Author Categories, Tags and Comment Link to "Hide" or "Show". If I set at least one of the last 3 options to "Show", the titles of the next/ previous post are also displayed. Doesn't work the same way with the Date or Author option.
Is this intended?
Website is dreiminutenei.de; all of the above mentioned options are set to "Hide".
(BTW: the German translation is excellent, but I'm glad this part is not complete - makes describing problems in English much easier.)
Thomas

Nice catch! Fixed this bug for the upcoming version.

For now, you can use this CSS:

.single footer.entry-meta {
      display: block;
}

Thanks!

Thanks a lot. Added the css and it works as expected.
An additional question: when the bug is fixed in the next version, should I delete those lines from my custom css (assuming I haven't added any other styling)?

Yes, you'll be able to delete those lines.

Leaving them in there won't hurt anything, but less code is better if it's unnecessary :)

This archived topic is closed to new replies.