• Resolved ChristopherCouncil

    (@christophercouncil)


    Hey, first I just want to thank you a lot for the awesome theme, it’s gorgeous and perfect for photoblogging.

    What I’m trying to do is show ads in categories, I do it by adding this code inside the footer:

    <?php if ( is_category( 'flowers') ): ?>
    <!-- Code for flowers ad here -->
    <?php endif; ?>

    I want to know on what page do I have to add this code so it shows above the Previous button inside a specific category. I’m not sure it’s possible, but thought of asking just in case.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    I would look at putting that code in the archive.php
    If you open that file, you’ll see that the Previous/next code is called on line 93

    <?php water_lily_paging_nav(); ?>

    I would try adding it there and seeing what happens.

    Do keep in mind that you should do this in a child theme.

    Thread Starter ChristopherCouncil

    (@christophercouncil)

    Works perfect, placed it above that code.

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need some help showing ads in categories.’ is closed to new replies.