Archive for September, 2007

  • WordPress 2.3 Incompatible Plugins and Additional Tips

    11

    I knew that I should test it locally or in a demo site first before I actually upgrade my blog, but I couldn’t resist clicking on the “Upgrade to 2.3″ link on my Dreamhost panel when the new WordPress version finally became available yesterday. It wasn’t just because I couldn’t wait to see the features of WordPress 2.3, but it’s also because I’ve got two projects right now that will each need a fresh WordPress installation soon after I’m done with their blog layouts. I had to see it in action first so I’ll know if there’s anything that I need to add, delete or change in the codes.

    Incompatible Plugins

    My decision to go ahead without testing it was obviously a bad one as there were errors that appeared in my blog the moment I upgraded it. But it was only for about 10 minutes, nothing too complicated that I couldn’t fix. Besides, WordPress 2.3 has an update notification, so there’s really no need to panic. The update notification is found in the Plugins menu in your WP 2.3 dashboard. If there’s a plugin that needs updating, you will see a note and a link just below the outdated plugin that says: “There is a new version of [Plugin Name] available. Download [latest version link] here.” Just click on those links, download the latest version of your favorite plugins, delete the old plugins via FTP, upload the new ones, and activate them in your admin panel.

    Here’s the list of plugins that I needed to upgrade:

    1. Full Text Feed by Cavemonkey
    2. Get Recent Comments by Krischan Jodies
    3. Google XML Sitemaps by Arne Brachhold – The previous version of this caused an error in my blog and in my dashboard. Make sure you deactivate yours first.
    4. Another WordPress Meta Plugin by uberdose – Although this one had an updated plugin, I decided to switch to All-in-one SEO Pack instead.
    5. Sideblog WordPress Plugin by Kates Gasis
    6. WP-PostViews and WP-UserOnline by Lester ‘GaMerZ’ Chan.
    7. Subscribe to Comments by Mark Jaquith
    8. Headlines Images by Brian “ColdForged” Dupuis – This one doesn’t have an updated version so I had to get rid of it. I hated to see it go, but it’s not like it played a vital role in my blog layout. I’ll just replace it with the same kind of plugin next time. :)

    It’s a must that you deactivate all your plugins first before you upgrade to WP 2.3 as what those pros have been mentioning in their blogs over and over again. But I also know that there are cases when the deactivation of a plugin is the one that’s causing an error. This is where the “If” PHP statement before your plugin command tags comes in handy. To be safe, make sure all the plugin tags in your blog layout are within these conditional tags:

    <?php if (function_exists('insert-plugin-name-here')) { ?>
    insert-plugin-php-tag-here
    <?php } ?>

    or simply:

    <?php if(function_exists('insert-plugin-name-here')) { insert-plugin-command-tag-here(); } ?>

    Here’s a working example with plugin the_views:

    <?php if (function_exists('the_views')) { ?>
    <?php the_views(); ?>
    <?php } ?>

    or simply:

    <?php if(function_exists('the_views')) { the_views(); } ?>

    Hopefully, once you’ve got all your plugin command tags covered, there will be no error when you deactivate all your plugins and do the upgrade.

    Adding WordPress 2.3 Tags to your Theme

    One of the features of WP 2.3 that I was looking forward to try was the built-in tagging function. I honestly thought it makes use of Technorati tags, but I was wrong. Apparently, the developers of WP have moved away from favoring Technorati that even the “Incoming Links” feed in the admin panel is no longer supplied by Technorati, but Google Blog Search. In my opinion, Google Blog Search is more efficient in fetching my blog’s trackbacks or pingbacks, but I still find Technorati’s listing of all my blog’s backlinks (and not just pingbacks) useful. But OK – whatever. I don’t really need to see Technorati feeds in my dashboard. I can just go directly to their website.

    Anyway, in order for you to make your WordPress 2.3 tags appear within your posts (I have mine at the bottom of this post), you need to modify your current theme’s index.php and/or single.php, depending on where you want the tags to show up. The PHP command tag is just a one-liner, and it should be placed inside The Loop. This is the format I used:

    <?php the_tags(); ?>

    After you’ve placed that one line inside The Loop, you can then make use of the tag feature whenever you write a post. You will find the “Tags” field just below your WYSIWYG or code editor. To learn more about adding and customizing your WordPress 2.3 tags, go here and here.

    Good luck!

  • San Beda College: 2007 NCAA Champions

    11

    If there’s a college basketball team with the hottest, craziest, most loyal supporters in the country, I would think of no other school than San Beda College. These Bedans, students and alumni alike, seem to have no problems living up to their school moniker The Red Lion which “symbolizes dauntless courage, bravery, strength, ferocity, valor and magnanimity in victory.” I have witnessed this intense enthusiasm of theirs as they fought for their back-to-back basketball championship titles last year and in the recently concluded NCAA season. They could get really craaayzeee, I tell ya! But in a good and fun way. Their school spirit is so pure that they would even scold you if you address their school inadvertently, all for love of their alma mater. Here’s an unforgettable quote from Bedista Carlo Isles, a former officemate:

    “San Beda!” Hindi “Beda” lang. Gusto mo bang “Salle” lang ang itawag ko sa school mo?

    I had told him then that I didn’t mind. He can call my school whatever he wants to call it. :P I used to deliberately annoy them Bedans by telling them that if the “San” is really that necessary, then they should be called San Bedista (instead of just Bedista) which sounds a little off! Had I continued provoking them I might not have lived up to this day. Lol!

    San Beda College

    The NCAA Finals match between San Beda College and rival school, Colegio de San Juan de Letran took place last Wednesday (September 26th). If you ask me, I wouldn’t call the game exciting, in the truest sense of the word. Why? Because the Red Lions had been taking charge practically since the start of the game. I distinctly noticed San Beda’s impenetrable defense that gave the Letran Knights a hard time making their way into the hoop. They had been down by not less than 10 points since the end of the first quarter!

    Coming from a non-Bedan (who enjoys watching basketball games), I think it would have been more exciting if San Beda won the game against Letran in a close fight just like they did last year. The victory would have been sweeter! But what can you do? They’re just naturally good.

    CONGRATULATIONS, SAN BEDA! I hope you make Grand Slam next year. ;)

    PS: Congrats, Deej!

  • Free WordPress Themes

    23

    I’m still in the process of fixing up this free wordpress themes resource website (slash portfolio site). Meanwhile, here are the WordPress themes available for download:

    forever-autumn-screenshot.png Forever Autumn
    (07.07.07) Forever Autumn is a widget-ready 2-column theme with 404.php and archive.php.

    Test Run | Download zip file

    screenshot1.png Working Girl
    (05.20.07) 2-column, blue, yellow, orange and green color combination.

    Test Run | Download zip file

    screenshot1.png Daily Digest 3.0
    (03.11.07) Widget-ready. 3-column newspaper-style theme.

    Test Run | Download zip file

    Psalm 8 Psalm 8
    (03.02.07) A 2-column theme. Widget-ready. Header image of a person’s silhouette sitting on a beach, watching the sunset. Psalm 8 falls under the category of biblical and nature themes. Original photo taken by me

    Test Run | Download zip file

    camera woman Camera Woman
    (01.03.06) A 2-column girlie theme. Widget-ready. Purple, Pink and White combination. Header Image of Girl with Camera.

    Test Run | Download zip file

    daily digest 2.0 Daily Digest 2.0
    (10.17.06)A 2-column newspaper-style theme composed of black, white and gray colors. Background: Black

    Test Run | Download zip file

    daily digest 1.0 Daily Digest 1.0
    (10.17.06)A 2-column newspaper-style theme composed of black, white and gray colors. Background: White

    Test Run | Download zip file

    alongjourney A Long Journey 1.0
    (09.17.06) A simple green-layout. Widget-ready. 2-column design with header, sidebar and footer. Header image with stuffed bear, hat and suitcase.

    Test Run | Download zip file

Page 1 of 3123»