Forums

Right Bar not shown (6 posts)

  1. nitinstar80
    Member
    Posted 3 years ago #

    Sir

    I have installed the software on this area
    http://softcraze.com

    And post some blogs, but the if click on read rest of the story, right bar gone

    Ex: http://softcraze.com/2008/08/25/final-fantasy-xiii-agito/

    how can resolve this problem.

  2. @mercime
    Member
    Posted 3 years ago #

    nitinstar80, that's really how it is set up in the default theme. Single post pages are one column. To revise:

    In your theme's single.php edit in notepad to change the following:

    1) AT TOP of single.php change class="widecolumn" to class="narrowcolumn" like so

    <?php get_header(); ?>
    <div id="content" class="narrowcolumn">

    2) AT BOTTOM of single.php add <?php get_sidebar(); ?> just before <?php get_footer(); ?> like so

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Save the revised single.php file and upload to your theme's folder. Clear cache and see the sidebar appear in single post view.
    Good luck.

  3. nitinstar80
    Member
    Posted 3 years ago #

    Thank you very much sir

    sir also tell how can add following links

    Pages
    » About
    Archives
    » August 2008

  4. @mercime
    Member
    Posted 3 years ago #

    If you're using the default theme, the Pages and Archives should be in sidebar. You probably used a widget which supercedes the codes in sidebar. So just add widgets for Pages and Archives under the categories. Go to Admin dashboard > Design > Widgets and configure to taste.

  5. nitinstar80
    Member
    Posted 3 years ago #

    Thanks for guide. Sir Also Tell How can chage header looks add more buttons, links, size, colours. Plz guide

  6. @mercime
    Member
    Posted 3 years ago #

    nitinstar80, far be it for me to tell you what to do step-by-step, it behooves me to inform you that you do not have to stick with default theme in order to use WordPress. There are many many ready-made and free WordPress themes online for you to choose from and make minor customizations to get you to the objective of installing WordPress - to blog.

    In this vein, I would like to direct your attention to:
    1) WordPress Theme Directory
    2) Google results for Free WordPress Themes

    Cheers.

Topic Closed

This topic has been closed to new replies.

About this Topic