Forums

Content included in sidebar - but only on the products page (2 posts)

  1. jannmirch
    Member
    Posted 3 weeks ago #

    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.

  2. doodlebee
    Member
    Posted 3 weeks ago #

    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.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.