-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Tag Archives: Functions.php
Auto-Optimize WordPress Database without a Plugin
These horses are somehow not cool. Speeding up your blog is. I am working on a WordPress project that has a pretty heavy database, and I want to be able to auto-optimize the WordPress database. Even though they are integrating … Continue reading
Posted in Code, WordPress
Tagged Database, Functions.php, load time, Optimization, Speed, WordPress Development, WordPress Functions, WP-DBManager
6 Comments
Save Coding Time by Creating Special-Case Categories in WordPress
When you would use excluded categories: When using WordPress as more of a content management system (CMS) than a blogging platform, there are many things that you need control over. One of them is special-case categories. Frequently asked questions Testimonials … Continue reading
Get Adjacent Images – More WordPress Functions
WordPress, just get the adjacent image links. I’ll tell you what to do with them! WordPress is normally great about providing functions that have a return and an echo version. In WordPress, if a function has the prefix get_, then … Continue reading
WordPress Digg Shortcode Function – As Seen on WordPress.com
When moving from WordPress.com, my Digg shortcodes broke. I wanted a simple way to transition my Digg chicklets to a WordPress.org installation. I created a function that does nothing special, except for reproducing the Digg shortcode functionality on WordPress.com. All … Continue reading
Posted in Code, WordPress
Tagged Digg, Digg Shortcode, Functions.php, WordPress Shortcode, WordPress.com
2 Comments

Nofollow SEO for your WordPress Functions
While working on a recent website, I became frustrated by the lack of nofollow support in many WordPress functions. Make that, most WordPress functions. There are a few WP functions that I wanted to add nofollow to, so here’s a … Continue reading →