Viewing 1 replies (of 1 total)
  • possibly by adding a slider code wrapped into a conditional statement;

    example:

    <?php if( is_category() ) { ?>
    slider code
    <?php } else { ?>
    original header image code if exists
    <php } ?>

    you might need to add the ocde into header.php of your theme (or better, into the header.php file of a child theme).

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a Slider to Category Page’ is closed to new replies.