Jan
24th

Widgetizing WP Premium and Other Tidbits

Filed under Webmaster/Blogger | Posted by Saphrym
Rating:
2.9

Widgetize WP PremiumFor those of you who use the WP Premium theme (the one I’m currently using), you may have noticed that the section to the right in the sidebar (the one in this picture) has a “Recent Posts” section built in that can’t be changed with widgets. However, after some digging, since I’m still new to this, I found out how to make it widgetized so that you can throw widgets in there. Here are the steps:

1. Go to Presentation > Theme Editor in your WordPress administration screen. Click on “Sidebar” on the right. Look for the following:

<div id="popular">
<ul>

2. UNDER that ADD:

<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?>

3. Now look for:

</ul>
<div id="popular-bottom"></div>

4. ABOVE that ADD:

<?php endif; ?>

5. Hit “Update File” and then click on “functions.php”

6. Look for:

register_sidebars(2);

7. CHANGE it to:

register_sidebars(3);

9. Hit “Update File” and you’re done. Go to Presentation > Widgets and you should see a 3rd widget column now. Put anything you want in it.

NOTES:

  • The plugin I use for the countdown for my contest is: KB Countdown Widget
  • The plugin I use for the Top Posts section is: WordPress Reports. It also does cool stuff with Google Analytics and Feedburner. Just make sure to follow the install instructions properly.
  • The Recommendations section is actually a random quote plugin and it gives me a way to show my gratitude for all those people who have left me recommendations on Entrecard with a random back link. The plugin is: Quotes Collection. If you use it and want the back links, you have to put a coded link in the author’s field (i.e. <a href="author's site address">Author's Site Title</a>).
  • Final note: Lis of About Every Little Thing pointed me to this great article on how to fix the subscribe box at top to work with Feedburner: Using Feedburner in WP Bliss

Share/Save/Bookmark


Related Posts:


7 Responses to “Widgetizing WP Premium and Other Tidbits”

  1. By Turnip on Jan 25, 2008 | Reply

    Looks nice. I’m designing a new site with no widgets at all in the theme. If I ever need them I’ll try this trick.

    Turnip’s last blog post..Free Backlinks at Qassia


    Rating:
    2.9
  2. By Lis on Jan 25, 2008 | Reply

    Hey! Thanks for the heads up. This is really useful. I’m bookmarking this post to play around with later.

    That Recommendations plugin’s pretty cool!

    Lis’s last blog post..Telemarketers is Love


    Rating:
    2.9
  3. By BioTecK on Jan 25, 2008 | Reply

    Thanx for the great tip! I’m looking for a good theme and I wanted it Widget ready, but maybe i can make it widget ready on my own! ;)


    Rating:
    2.9
  4. By Saphrym on Jan 25, 2008 | Reply

    Glad you all liked the post. ;)


    Rating:
    2.9
  5. By ege on May 21, 2008 | Reply

    good job, thanks.


    Rating:
    1.5
  1. 2 Trackback(s)

  2. Jan 28, 2008: Win $250 and 1000 EntreCard Credits | Submit Your Contest
  3. Feb 13, 2008: A Contest from Saphrym | Down On Our Luck

Post a Comment