• I have set up a sidebar that contains the parent and child pages.

    But now I want to include a policy statement on this sidebar but it should only appear on the products page.

    I can’t find any plugin or code that will allow me to do this.

    The testing site is: http://jannmirch.com/rdaa/products/

    Thanks in advance for the help.

Viewing 1 replies (of 1 total)
  • Assuming your page is actually a Page, and the name is “Products”…

    <?php if(is_page('Products')) { ?>
    show the sidebar you want
    <?php } ?>

    it’s called a conditional.

Viewing 1 replies (of 1 total)
  • The topic ‘Content included in sidebar – but only on the products page’ is closed to new replies.