One of the biggest mistakes new bloggers make is that they add too much clutter to their blogs design. The sidebar is usually the place where a lot of this clutter is put, the area where the blogger adds banners, widgets and anything else which they feel has to be placed somewhere on their blog. It’s not uncommon to see a new blog list several banners for top ten lists on their sidebar or many widgets which display random information about their site (eg. page rank, Alexa score etc).
So what information…
Compared to other online writers, bloggers are definately the most generous when it comes to linking. Most bloggers actively link to websites they love but many times, the favour is not returned.
The reasons for linking
I’m curious as to what websites readers link to. I personally believe that most bloggers subconsciously have a linking policy when it comes to writing their posts, whether they realise it or not.
There are many reasons why bloggers link to another website in their posts however in general they link because :
Last week I explained how to set up your index.php file for your new template. This week I’ll cover the included files, ie. the header, footer and sidebar (if its needed as a separate file).
The Header
Your header needs to be in a file header.php. This is the file that the function get_header() will include, as explained last week. In the header file goes all the markup from the top of the design that needs to be on every page.
First we change the page title to be dynamic. I’ve written about how…
Say your theme only has one sidebar.php and you want to have a different sidebar on your index then on your archives page. Adding extra sidebars is surprisingly easy and this is how to do it.
First we’ll create the sidebars. You can copy your current sidebar file and rename it to something like sidebar_two or sidebar_archives, almost anything you want really. If you decide to create it from scratch and want to maintain the widgets functionality of your theme be sure to include “<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) )…

Image Source: SMercury98
I talked about how to get blogging confidence and creating your own style of blog posts in my last two posts. If you have mastered both, you should try to take your blog to the next level. You cannot become an authority over night. It takes time, in fact, a lot of time if you are not good in coming up with unique ideas. The first thing you have to aim once you master the skill of creating your own blogging style is to take your blog to the next…