Forums

[resolved] Display widgets advanced (2 posts)

  1. blueyez
    Member
    Posted 2 years ago #

    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

  2. blueyez
    Member
    Posted 2 years ago #

    easy fix:

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

Topic Closed

This topic has been closed to new replies.

About this Topic