-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Tag Archives: WordPress Development
WordPress.org Changes Plugin Page Layout
WordPress.org plugin page layout change likely for usability A couple of weeks ago, WordPress.org changed the layout of their plugins directory plugin pages. The update was likely to improve usability for users trying to determine whether a plugin is trustworthy … Continue reading
Posted in Web Development
Tagged Layout, Web Design, WordPress, WordPress Development, WordPress Plugins, WordPress.org
Leave a comment
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
WordPress Debt Calculator
Download the plugin from WordPress.org Add a debt calculator to your WordPress blog Do you have a financial blog or a blog about debt, money management, or household spending? Add a free debt calculator to your blog with no coding … Continue reading
Posted in Plugins, WordPress
Tagged Debt, Debt Calculator, Free Debt Calculator, WordPress, WordPress Development, WordPress Plugins
13 Comments
Add Custom Titles for Tags and Categories in WordPress
The Best WordPress SEO Plugin? A combination of two. All in One SEO Pack (AIOSEO) is the leader in WordPress SEO plugins. It offers great functionality and simple integration into the process of writing a post. AIOSEO is not a perfect … Continue reading
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
Strip Extra ImageScaler Attribute from Plugin-Generated Code
I am using the ImageScaler plugin for WordPress on a project, and I like what it does, but it adds a non-standards-compliant attribute to images, such as: <img class=”" src=”http://www.example.com/imagescaler/generated-image.jpg” alt=”Example” width=”258″ height=”234″ imagescaler=”http://www.example.com/imagescaler/original-image.jpg” /> To strip imagescaler’s imagescaler attribute, … Continue reading
Posted in WordPress
Tagged add_filter, Code, images, ImageScaler, Plugin, WordPress, WordPress Development, WordPress Plugins
Leave a comment
Simple Taxonomies Formatting — Improve the Plugin’s Code Output
I’ve been using Joost de Valk’s Simple Taxonomies plugin for a couple of projects, and I’ve been very disappointed by the formatting of the terms output code. When configuring the plugin, you have the option of choosing “Add terms to … Continue reading
Posted in Code, WordPress
Tagged custom taxonomies, custom taxonomy, Joost, Plugin, Simple Taxonomies, Taxonomies, WordPress Development, WordPress Plugins, Yoast
2 Comments
How to Display a Random Testimonial or Post in WordPress
Set up a testimonials category — no need for a plugin. There are a couple of plugins designed specifically for testimonials, but I didn’t want to use them; they use their own databases, and don’t keep with WordPress’ simplicity. If … Continue reading
Posted in Code
Tagged Categories, Code, How To, Plugins, Posts, query_posts, Random Post, Testimonials, WordPress, WordPress Development
28 Comments
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
