• Hi,

    Ive recently installed the photocontest plugin to my wordpress site, thats all fine its working a treat but ive run into a problem.

    The problem revolves around the sidebar. Now the sidebar has been changed by myself to only show a few items and this is fine across the site except when you navigate to the photocontest pages, where it reverts back to the default sidebar.

    Im not sure whether its a plugin problem but thought it best ask as i cannot figure out why its not picking up the right sidebar.

    Please could you advise.
    Thanks in advance
    Ads

Viewing 1 replies (of 1 total)
  • Plugin Author frekel

    (@frekel)

    Hi,

    Take a look at the template.tpl file in skins/aqua/template.tpl.

    By default the plugin uses this code:

    <?php get_header(); ?>
    
            <div id="content" class="narrowcolumn content_wppc" role="main">
                    [WP-PHOTOCONTEST CONTENT]
                    <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
            </div>
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    maybe in your case you need to change the

    <?php get_sidebar(); ?>

    part!!

    Greets,
    Frank

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: PhotoContest Plugin] Sidebar reverting to default?’ is closed to new replies.