FacetWP with Xtheme template

Hi, I’ve instated and set up FacetWP and it works fine, however I want to display the posts with a blog post styling of xtheme (I’m using Ethos).
This is what FacetWP is giving me as a template. How can I replace this with xtheme template?

<?php while ( have_posts() ): the_post(); ?>

<?php the_title(); ?>

<?php endwhile; ?>

Thank you!

Hi @flavorcity1,

Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

Thank you for your understanding.

Yes, I understand, I just wanted to link the standard post listing page that xtheme offers.
What is the .php that displays all post, which is typically linked to the home page http://demo.theme.co/ethos-1/
All i need is is the entire list of posts to display.
Thanks!

Hi there,

That is the file _index.php that is in wp-content\themes\x\framework\views\ethos.

Please make sure to override the template using a child theme,

Thank you.

Thanks @Jade, alternatively they are saying to use this:

<?php include( get_stylesheet_directory() . '/loop-index.php' ); ?>

How would I plug the _intex.php into this? Sorry i’m not a coder, and I feel like this is really simple, just need some direction.
Thanks!

Hi There,

You can try with this code:

<?php x_get_view( 'ethos', '_index' ); ?>

Hope it helps :slight_smile:

Thanks, one more question: how can i determine the template used on this page: http://www.flavcity.dreamhosters.com/recipes/meal-prep/

Hello @flavorcity1,

Thanks for updating the thread. :slight_smile:

Looking at the source, it seems that the website is using Ethos stack with Sidebar right and content left template. Stack name I got to know using Google Chrome Dev tools. I suggest you to take a look.

Thanks.

1 Like

This is super helpful! Thank you @Prasant!

You’re welcome.

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