• Hi,

    I want to have an “About Me” text widget on my sidebar, but I don’t want it to show up on my “About Me” page. Is there any way to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add a new sidebar, which is called when you are on your about page.

    Like:

    If is_page(‘about_me’)
    show sidebar1
    else
    show sidebar2

    Or modify function dynamic_sidebar to your needs.

    Thread Starter freerobby

    (@freerobby)

    Ahh, good call on the multiple sidebars. Thanks!

    –Robby

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding a Widget on a specific page?’ is closed to new replies.