Make kubrick theme single page view sidebar

Kubrick has been known as one of wordpress default theme everytime we install wordpress CMS to our blog. Kubrick also has been known as one of theme main source because it have a beautiful codes in it. As default, the main index page of Kuburick theme was 2 column. But as it viewed in single page, it become only one single column page. I know many people hate this. As sidebar is really useful because you can embed your shoutbox, make money programme and many more.

The default wordpress theme single view

The default wordpress theme single view

So, why not we bring back the beautiful Kubrick theme into 2 column as default in single page view. Here how it work. I also has adapted this trick in this blog theme. Yeah, i use kubrick cause it awesome :)

First, open up your your default theme aka kubrick theme folder. The theme folder is located at wp-content > themes > default. Then, search for the single.php file. Open it with your notepad. Now, in that file, search for this code:

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

Found it? The code is located at the top of the file content incase you didnot find it. Now replace that code with this code:

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

And then, to add sidebar into your kubrick single view page add this following code:

<?php get_sidebar(); ?

Make sure you add this code before the code.

<?php get_footer(); ?>

Now save your work, upload it to your server and activate it. View it in single page and you can see the sidebar with it just like mine :)

The final result. Now the sidebar is there

The final result. Now the sidebar is there

You can add more and more tweaks to kubrick theme since it is easy to be customizeable. Maybe you could try this Show latest comment for each post on main page trick by Flisterz.

It is a fun things to messed with php codes. I really wanna learn more about php code. Huhu

Thanks for reading my post. If you find that this post is interesting, consider to subscribe to our RSS Feeds or subscribe via e-mail address. Just enter your email in the form and click subscribe. Latest posts will be delivered to your email. Don't worry, we hate spam too

Or else, consider bookmarking this post in any social bookmarking site below:

5 Comments For This Post

  1. Author Gravatar Yvette Says:

    I don’t use Kubrick but that was a great snippet. :)

  2. Author Gravatar syuxx Says:

    kubrick is a great theme to be experimented with

  3. Author Gravatar flisterz Says:

    haha kubrick is a tough theme when I started learning. and I still hate it.

  4. Author Gravatar syuxx Says:

    but kubrick always give the latest code been used in wordpress.
    yah, it is hard too since im just a beginner in this php language and css too.

  5. Author Gravatar Techronnati Says:

    nice kubrick

1 Trackbacks For This Post

  1. Leonaut.com Says:

    Make kubrick theme single page view sidebar…

    Kubrick has been known as one of wordpress default theme everytime we install wordpress CMS to our blog. Kubrick also has been known as one of theme main source because it have a beautiful codes in it. As default, the main index page of Kuburick theme …

Leave a Reply