The New WPLover Redesign (and the Thoughts Behind it)

Hey there! WPLover is now sporting a brand new theme (for the RSS subscriber folks, come take a look!) Aesthetically I do not have a problem with the previous theme, and it’s foolish to redesign just for the sake of having a new look, but there are various things I want to improve and it turns out the best way is to build a new theme. Here are some thoughts and notes that come with this redesign.

Read the rest of this entry →

Pico Theme Update: Version 1.0.7

It looks like Pico wins something (yay!), so to celebrate here’s an update for it, bringing it to version 1.0.7. The improvements are:

  • The home page now shows previous and next posts navigation links.
  • Better top header menu, now using the bulletproof Page-based navigation technique.
  • Better 404 page. Now shows a search box and some useful links.
  • New widget area, Pico Single Bottom. It’s located right below a single Post, great for things like social sharing widgets, related posts, and so on.
  • Style for Visual Editor (a.k.a WYSIWYRG), so the text you see on the editor looks more similar to the actual design, thanks to Oz’s guide.
  • A bunch of typographic and design tweaks.

Download Pico directly here, or visit the theme’s landing page.

Enjoy!

Site Design Tweaked

Just did some small CSS tweaks to this site. Added more breathing space and removed some unnecessary elements. Went wider (990px) over the old one (960px).

This is more a “here’s when I played around with Firebug and ended up making the site look different from the local one” personal reminder post, not a “come over and take a look” one, but if you do find something breaks somewhere, kindly let me know.

Update: Pico WordPress Theme bumped to Version 1.0.5

Pico is updated to 1.0.5 fixing a bug report by Alberto. The download link is still the same (here, direct download to the zip file). Version 1.0.5 is also available on The Theme Directory’s SVN, this way.

Post Updated: Creating Category-based Navigation with Description (a la Grid Focus)

Added a really small (literally, I’m just deleting a character) code tweak in that article to deal with a bug. Visit the updated post here, especially if you’ve used the code.

Site Update: Related Posts Added

Just added a related posts section after the end of each post (here’s an example). For this functionality I’m going plugin-less and opt with this nifty code, which returns related posts based on tags. The code itself is based on the original code on WP Recipes, the difference being that the former is able to work with posts with multiple tags, while the original only cares about a post’s first tag.

Latest Links More →

Custom Shortlinks for WordPress

Have your own short domain name for the purpose of shortlinking? Here’s an easy way to combine that with your WordPress install.

The Quick Start Guide to Using Google Webmaster Tools With WordPress

GWT is a great, frequently updated features like showing you search queries volume, malware and crawl error diagnostics and links to your site. If you don’t use it yet, you probably need to. This will help you get started.

WordPress & jQuery Contact Form without a Plugin

I would recommend this either if you want more flexibility or to learn how to code a contact form.

Understanding and cleaning the pharma (spam) hack on WordPress

How to fix that hack:

This attack is very interesting because it is not visible to the normal user and the spam (generally about Viagra, Nexium, Cialis, etc) only shows up if the user agent is from Google’s crawler (googlebot). Also, the infection is a bit tricky to remove and if not done properly will keep reappearing.

Web Safe Fonts Cheat Sheet

An updated (written in April 2010), well researched, CC-licensed Web safe fonts cheat sheet, available both in low-res PNG and high-rest PDF. Even the article is useful as well.

The Nicest 2010 Child Theme You’ll See Today

The Timaru Mental Health Support Trust website, made for charity by Team USA (comprised by web superstars like Jason Santa Maria, Dan Mall, Liz Danzico and Automattic’s John Ford) during the FullCodePress competition, is actually a clever child theme of 2010.

More recap by JSM, Daniel Mall, and Liz Danzico.

WordPress 3.0 Theme Tip: The Comment Form

The simpler way to code comment form (once you understand how hooks and filters work).

Showing and hiding content with pure CSS3

I like it, I think it’s short and easy to understand.