How to show the previous/next post triangles on the top *and* the bottom of posts in Ethos?

Pretty self-explanatory in the title. Just wondering about how to have the previous/next sliders in Ethos appear on the top and the bottom of posts

(also, are they automatically set to show only category posts in post-date sequence?)

thanks!

(note - they already appear on the top. I just want to make it even more convenient for Readers, so put on the top and bottom)

Hi @Peter_Fae,

Thanks for writing in. To achieve this you need to set up a child theme so you can add some custom functions or design. Here’s a link that should guide you to use a child theme https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57.

After activating you child theme, you need to add this php code to the child theme’s functions.php.

add_action('x_before_the_content_end','x_entry_navigation');

Let us know how it goes.

Regarding the post-date sequence. Yes, by default it is sorted using the date it is published. But it is also possible to re-order them by using a plugin or using other methods. Here’s a link that should also guide you with it. https://wpdevshed.com/guide-re-ordering-blog-posts/

Hope it helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.