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.
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.
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.
Thank you very much sir
sir also tell how can add following links
Pages
» About
Archives
» August 2008
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.
Thanks for guide. Sir Also Tell How can chage header looks add more buttons, links, size, colours. Plz guide
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.
This topic has been closed to new replies.