Ethos Carousel - link to specific pages

Hi,

My client wants to use the Ethos carousel to link to 5 specific pages on the site.

Is this possible?

Many thanks
Mark

Hey Mark,

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. We have a general Customization Best Practices article at https://theme.co/apex/forum/t/customizations-best-practices/205

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 see https://codex.wordpress.org/Class_Reference/WP_Query

Hope that helps.

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