Viewing 1 replies (of 1 total)
  • It appears you’re using the Default (Kubrick) theme.
    http://www.california-real-estate-homes-for-sale.com/blog/

    In the sidebar.php file listed in the Control Panel:
    Presentation => Themes => Theme Editor

    Remove this line:

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    And this one near the end of the coding:
    <?php } ?>

    Then with some of the other files…like. Single.php, Page.php and some others..

    Add this:
    <?php get_sidebar(); ?>

    Above this line near bottom>
    <?php get_footer(); ?>

    Example of mine here:
    http://www.vindictivebastard.net/test101/

    Hope this helps. =)

    spencerp

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar.php’ is closed to new replies.