Hello.
I’m trying to get the post title and meta above the featured image on my post page. I’ve copied the content.php file to the correct location and I’m using this code within it:
> <?php x_get_view( 'integrity', '_content', 'post-header' ); ?><?php x_featured_image(); ?><?php x_get_view( 'global', '_content' ); ?><?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
Still not working. Not sure what’s going on.