• I have a custom menu that appears on child pages in every main section.
    I use the following function to accomplish this:
    function is_child($pageID) {
    global $post;
    if( is_page() && ($post->post_parent==$pageID) ) {
    return true;
    } else {
    return false;
    }
    }

    This fetches a menu called “In this Section” for each page in a given section.

    When I activate the RP News Ticker, the menus disappear on the child pages, but remained on the parent page (first level of section). The sidebar is empty of content.See here (plugin will be activated for now):

    http://www.fvlc.dreamhosters.com/?page_id=84

    Any ideas as to why this would be?

    I am using Thematic Power Blog as a child theme of Thematic. I really like the ticker because I can use “explicit” content.

    Let me know if you have any ideas why this conflict would be.

    Thanks! Mary

    http://wordpress.org/extend/plugins/rp-news-ticker/

  • The topic ‘RP News Ticker destroys my custom sidebar’ is closed to new replies.