Read on and Subscribe! :)Now Reading ...

Wordpress - Short Guide to Tweak Your Theme

By Ken Xu on Jun 26, 2007 in Blogging, General, Wordpress

sun-wordpress.jpgHello again! :)

This is the finale part of the last post. I’m going show you how I’m going to tweak the bloggingpro theme. I think this theme is very good! That’s why I recommend it to my friend, Pearl! :wink:

If you like this type of theme, you can always refer to the footer of the blog that use this theme to find the author and theme download link.

Hmm… Let begin from how to install on you server and activating theme:

  1. Use this link to download bloggingpro widget-ready theme to your local computer
  2. Extract the theme if it’s compressed.
  3. Use your FTP Client Software (CuteFTP is the best) to connect to your web host server.
  4. Copy the extracted folder (blogginpro_wr) to your server directory at: /wp-content/themes/
  5. Enter to your Wordpress admin panel and go to the presentation tab
  6. Click on the “blogging pro Theme - Widget Ready 1.2″ or the image below the link to activate it.
  7. Done! :grin:

In this post, I will show you my usual ways to tweak my themes on:

  1. Adding custom images to the header
  2. add google analytics code
  3. changing color of link

Warning!
Before begin tweaking, make sure to backup all your theme data inside bloggingpro_wr folder properly. I’m not responsible for any data loss for this tweaking guide. Tweak at your own risk! :twisted:

Changing Title Header to Image Header

Let’s begin with changing the header image of Bloggingpro. From the default setting, Bloggingpro will have no Header image for you to add. Bloggingpro only showing your Weblog Title on the upper site of your blog in a text format. See this picture:

bloggingpro-title.jpg

Here is the steps to change the text header to a custom image that I made for my blog. I’m going to use CSS style to make the title switching to a image:

  • Upload your custom image (I titled it: bloggingpro-header.jpg) to the directory: wp-contents/themes/bloggingpro_wr/images/
  • Open up your presentation tab, click on the “theme editor”
  • Point to “stylesheet” file on the right of your screen.
  • Delete this line of codes:

headercode.gif

  • Add this line of code to switch the text header to an custom image header:

headercode2.gif

Update the code by pressing the “Update File >>” button on your lower right corner. Below picture is the result of adding my custom header image:

finish.jpg

Taa Daaaa! Finish! :grin:

Oke, Next is to add google analytics code to your blog so Google can start analyzing your blog statistic.

Adding Goo-Analytics Code

The simplest way is using “Theme Editor” again! Here is the steps:

  • Open your wordpress panel again, and point to the presentation tab.
  • Click on the theme editor and find the “Footer” file to your right (there is a list of files there)
  • Refer to the end of the line that have a code “</body></html>
  • Do you see a blank space between </div> and </body> ? Place your cursor there and press “enter” button several time to make some space.
  • Done? Now, go to your Google Analytics Account. Copy the tracking code that google gave you then Paste it into the empty space between </div> and </body>
  • Click on the “Update file >>” Button
  • Done! :grin:

This steps apply to Kontera, Auction ads and other service that need you to add tracking code to your blog. They’ll usually asking you to add their code before the </body>.

Next!

Changing Link Color

Again, and Again! Open up your “Theme Editor” Window! This is the easiest method, anyway…! :D

This time, We will going to change the stylesheet again. So The steps are:

  • Click on the “Stylesheet” File
  • Refer to this part of code:

color-change.gif

  • The highlighted code is the color code of the the bloggingpro H1 or Headline title. Do you see the “h1 a { color: ” before the color code? That’s the tag that form up h1 link color. To change it, you we Gimp or Photoshop to get the Hex code of color.
  • For example, my favorite color is green. So, my color code will be #018811. replace the highlighted code with #018811, and press the “update file >>” button.
  • Below is the result:

green-title.jpg

  • Ta daaa! Finish! :grin:

Tweaking can be fun and can be stressful. The only way to feeling fun on tweaking is when you know several language like PHP, CSS and HTML. These language is crucial for you to support your tweaking needs. If you can’t understand them, make sure there is a techie people beside you when you want to do your tweaking. At least, he/she can fix your mistake and restore your error! :wink:

Of course, this guide only cover very small part of theme tweaking capability. You can actually tweak your sidebar, add up new button, create custom adsense at the header, etc. etc. which I can’t cover it up in this post. Well, depend on request, I’ll may be make more guide on this tweaking later.

I hope this guide will be helpful for you, Pearl! :wink: And will be useful for you too, my reader! :razz:

Have nice tweaking moment and see you again in the next post!

Related Post

14 Excellent Responses for "Wordpress - Short Guide to Tweak Your Theme"
  1. MyAvatars 0.2 Pearl Says:
    (June 26, 2007, 5:26 am)

    yes .. the guide will be really helpful….. thank you so much for taking the time to write step-by-step guide :) I will work on it soon… although Shankar likes the current theme ;) may be he was simply encouraging me :) But I want to change it.. the look is cleaner!

    Reply to Pearl
    1. MyAvatars 0.2 Ken Xu Says:
      (June 26, 2007, 8:52 am)

      Oh… I hope shankar won’t dissapointed! :wink:
      If you have problem, email me! :)

      Reply to Ken Xu
  2. MyAvatars 0.2 Dave Says:
    (June 26, 2007, 10:21 pm)

    Thanks for all the tips, i’m hoping to move on to wordpress in the near future :)

    Reply to Dave
    1. MyAvatars 0.2 Ken Xu Says:
      (June 27, 2007, 12:57 am)

      That’s good Dave! Wordpress can provide you many themes and plugin to tweak your blog! Tell me if you have switch to wordpress! I would like to visit your blog that time! :)

      Reply to Ken Xu
  3. MyAvatars 0.2 Steve S Says:
    (June 27, 2007, 4:29 am)

    Well done mate, stumbled!

    Reply to Steve S
    1. MyAvatars 0.2 Ken Xu Says:
      (June 27, 2007, 4:34 am)

      Thanks, Steve! :)

      Reply to Ken Xu
  4. MyAvatars 0.2 My Financial Mistakes Says:
    (July 4, 2007, 3:10 pm)

    This is just what I need. I’m not a programmer and only have little knowledge of html, script, etc. But I’m trying to learn as I go. Anyways, I have this wordpress theme (blogging pro) and I could use this post. Very informative!!!

    Reply to My Financial Mistakes
    1. MyAvatars 0.2 Ken Xu Says:
      (July 5, 2007, 12:01 am)

      Thanks, KRG! :) I have visited your blog too. Blogging pro is one of my favorite theme. :) Hope this post can help you customize your own unique header! :)

      Reply to Ken Xu
  5. MyAvatars 0.2 Lucas Says:
    (July 8, 2007, 5:47 pm)

    Wow! Thanks, Ken! I wish I would have come across this when I was starting my site! I would definitely love to learn some more about theme tweaking!

    Reply to Lucas
  6. MyAvatars 0.2 chris Says:
    (October 1, 2007, 6:54 pm)

    thanks for the info - I’ve tweaked this theme a little at my site http://www.soupornuts.com. What I’d really like to do is change the color or style of the blue bar and search box. Can you help me?

    Reply to chris
    1. MyAvatars 0.2 Ken Xu Says:
      (October 1, 2007, 10:19 pm)

      Hi, Chris. It’s about handling CSS and Image Editing. May be I’ll release a post about it later. :)

      Reply to Ken Xu
  7. MyAvatars 0.2 Becky Says:
    (October 27, 2007, 3:42 pm)

    Thank you soooo much! I’d been trying to add custom image header to my bloggingpro blog and getting frustrated! Wow - so simple! Thanx a million!

    Reply to Becky
  8. MyAvatars 0.2 Ken Xu Says:
    (October 28, 2007, 5:50 am)

    Hi, becky. You are welcome. :)
    I’m glad it could help you.

    Reply to Ken Xu
  9. MyAvatars 0.2 dirana Says:
    (November 28, 2007, 11:50 pm)

    Hey Ken,

    Thank you for your guidelines, I´ve found them very useful when building up my site at http://www.dirana.com

    Thanks a lot!! :wink:

    Reply to dirana

Trackbacks and Pingbacks

  1. Pingback from   Bloggers Helping Bloggers - Its a wonderful world!  by :: Interesting Observations ::

    [...] was just determined to make me learn and wrote another guide on how to tweak this template! ALL of those posts dedicated to me!! Who could have asked for more? Well, Ken even [...]


Leave a reply

:mrgreen: :| :twisted: :arrow: 8O :) :? 8) :evil: :D :idea: :oops: :P :roll: ;) :cry: :o :lol: :x :( :!: :?:

Live Preview:


Go ahead and start typing.

Comment Policy:
Please double check your comment before submitting. I reserved the right to delete any comments which containing spam, bold advertisement, verbal abusive, or any other form of comment that is not suitable for publication.