Hi Guys
I have followed the instructions here carefully, but it is still not happening…
I am using pro-child, so maybe this is the error? As you have said to put it into x-child (its an old support item)
Here is the link to the folder where the new php document is placed…
/public_html/wp-content/themes/pro-child/framework/views/ethos
The site is https://splitshifts.com.au
Your code is:
<?php // ============================================================================= // VIEWS/ETHOS/TEMPLATE-LAYOUT-SIDEBAR-CONTENT.PHP // ----------------------------------------------------------------------------- // Sidebar left, content right page output for Ethos. // ============================================================================= ?> <?php get_header(); ?> <?php get_sidebar(); ?>
<div class="<?php x_main_content_class(); ?>" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php x_get_view( 'ethos', 'content', 'page' ); ?>
<?php x_get_view( 'global', '_comments-template' ); ?>
<?php endwhile; ?>
</div>
</div>
Thanks in advance.
Max