Article header under image

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Tue Mar 25, 2014 8:58 pm
Hi!

Is it possible to move the article header on a post page to under the featured image?

At this point the article header comes first then the image and after that the content of the post. I've searched but can't seem to find the file where i can change this if it's possible. It's easy in Joomla to find the right PHP file and modify that but here im lost.
User avatar
Junior Boarder

GK User
Wed Mar 26, 2014 8:59 am
Hi,

Yes, it's possible, please check CloudHost/content.php file and move this fragment:

Code: Select all
<header>
         <?php get_template_part( 'layouts/content.post.header' ); ?>
      </header>

below this:
Code: Select all
<?php get_template_part( 'layouts/content.post.featured' ); ?>


If you are using Post Formats, you should do the same with content-aside, audio, chat etc.
User avatar
Moderator

GK User
Wed Mar 26, 2014 9:11 am
Thanks! Must have been tired yesterday i've actually looked in that file but obviously i was blind.
User avatar
Junior Boarder


cron