-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Tag Archives: Functions
Simple Way to Get Plugin Status in WordPress
I have previously written on how to determine if a widget is active. This is helpful for widgets, but not for plugins. WordPress has a couple of different functions that help you determine plugin status. They are both located in … Continue reading
Posted in Web Development, WordPress
Tagged Functions, is_plugin_active, Plugin, validate_plugin, WordPress Functions
Leave a comment
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

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 →