• Resolved blueyez

    (@blueyez)


    so i have a

    Sidebar Everywhere

    widget

    now i added a

    Contact Sidebar

    widget for the contact page.

    how can i disable the sidebar everywhere from my contact page ?
    i only want to show the widgets that are from “contact page” widget

    something like:

    if page = contact
    deregister sidebar everywhere widget
    register contact sidebar widget

Viewing 1 replies (of 1 total)
  • Thread Starter blueyez

    (@blueyez)

    easy fix:

    <?php # get_sidebar(); ?>
    <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Contact’) ) : endif;?>

Viewing 1 replies (of 1 total)
  • The topic ‘Display widgets advanced’ is closed to new replies.