• Resolved mafaingrassia

    (@mafaingrassia)


    In the home page, you have the slider and below you have all the post, in squares. I want to add ads. For example I have the slider and below the fist square (a post), and the second I want it to be a square image for my ad. So my question is, where I have to change the code?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    You would need to edit index.php of the theme with a child theme – the loop which you may need to modify looks like this:

    
    <?php while ( have_posts() ): the_post(); ?>
    	<?php get_template_part('content'); ?>
    <?php endwhile; ?>
    

    Or, add your ads before the loop and it will appear below the slider on homepage.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit home page’ is closed to new replies.