Archive for the 'Wordpress' Category

I know it’s a little late for Halloween :P
Spotted this theme off http://wpthemesfree.com/ and thought it was quite cool!  Mod it a teeny bit so that it has right side-bar instead of left.

Related posts:

    Pro feature is free!!!
    Do subscribe http://feeds.feedburner.com/jymster ! :D

    Related posts:

      Just changed the email notification system of this blog.
      If you are irritated by the mail or my blog, please click the link found at the bottom of the email to unsubscribe…. :P

      Related posts:

        For those who are not familiar with the idea of a cloud. The idea is that certain categories/tags that have more entries would appear bigger in font size, somewhat mimicking a real cloud that has big and small puffs :P

        Did some search on Wordpress Category cloud. There were a few ways to do it, some folks did their own code, some plug-ins that required other plug-ins.

        Finally I settled on http://www.mapelli.info/web20/category-cloud-10. The setup was pretty easy. At least now the Categories section is more compact compared to a long list that took up space!

        Related posts:

          The example provided by StumbleUpon edits the Single.php of a typical Wordpress theme. The button will only appear under the entry after the reader has click the entry title to go into single.php.

          Why not have the StumbleUpon button on the main index page of Wordpress? To do so, go to Theme Editor to edit Main Index Template (Please backup the Main Index Template which is index.php before you proceed):

          themeeditor.jpg

          Add the following HTML block after the Comments codes:

          <a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="http://www.yoursite.com/images/stumbleit.gif"> Stumble it!</a>

          addhtml.jpg


          Do change the path to the GIF button file accordingly instead of http://www.yoursite.com/images/stumbleit.gif before saving.

          You should have stumble button at your main index page!

          Related posts: