• ross88guy

    (@ross88guy)


    Is there anyway that I can change my WordPress code in the editor to change the header bar that currently displays categories to display pages instead of categories.

    Need a quick reply if possible as I need to get this asap and will really appreciate the help.

    Running Blog

Viewing 1 replies (of 1 total)
  • chinmoy29

    (@chinmoy)

    use condition in your header.php file.

    <?php if(!is_category()): ?>
    header bar code here
    <?php endif; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Change category header bar to pages – Urgent’ is closed to new replies.