hi
I know that to do this I will need to edit a php file, content.php, which is not an issue, but what is an issue is that there simply is NO Ethos folder in my Child Theme. I installed an Ethos demo which changed my stack over from Integrity to Ethos, which is not an issue, but it failed to write the requisite file structure for Ethos in the Child Theme.
Obviously the file I would normally need to adjust would be wp content/themes/pro/framework/views/ethos/content.php, but that location and file do not exist. In the parent theme, Ethos is present, so do I need to copy the entire Ethos folder across to the child theme and what to do with the line - <?php x_get_view( 'ethos', '_content', 'post-header' ); ?> to enable the post title to be above the featured image?
Thanks in advance