Editing default wordpress theme tutorial #1
Today we will learn how to fix default kubrick wordpress template and making it double column in all blog categories.
As a default kubrick theme don’t shows sidebar when you are browsing into single post or attachement.
It could be fixed in a 2 minutes of our time. We also created preview for this tutorial : http://penguinationproject.com/preview/
You can click on any post, sidebar will appear on single post.
So, let’s start :
login to wp-admin -> appearance -> editor.
You will need to edit two files in same way single.php and image.php
Both files are edited in the same way, find html code :
<div id="content" class="widecolumn" role="main"> Change it to <div id="content" class="narrowcolumn" role="main"> Scroll to the bottom of code and find code : <?php get_footer(); ?> add these line <?php get_sidebar(); ?>
