One page navigation on a post page

Hi,
I am using the Ethos post carousel as the main navigation. I wondered if there was any way
of inserting one page navigation into a single post,
or conversely having a link to a page from the carousel so that I could get round the issue that way?
Any ideas?
Thanks in advance

Hi Sarah,

Thank you for writing in, It’s technically possible. However, since our theme does not support the page post type for the Ethos Carousel, this would require that you override the template file responsible for outputting the carousel. You or a third-party developer must first know how to override our theme.

General Customization Best Practices article

The Ethos Carousel file is _post-carousel.php and that can be found in wp-content/themes/x/framework/legacy/cranium/headers/views/ethos. Following our customization guide, you should copy that file to the same folder structure in your child theme like wp-content/themes/x-child/framework/legacy/cranium/headers/views/ethos/_post-carousel.php

Lastly, you or a developer must change the WP_Query arguments to fit your needs. For more details about WP_Query, please follow this documentation.

Cheers!

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