-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Tag Archives: WordPress Plugins
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
Interspire & BigCommerce WordPress Plugin
Integrate Interspire or BigCommerce with your WordPress website You want to spend your time writing the best content, not hunting for the link for the product you’re blogging about. This plugin is simple to set up, and powerful. If you … Continue reading
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
How to Prevent Loading WP-DownloadManager’s CSS File
If you want to disable the WordPress plugin WP-DownloadManager‘s download-css.css file from being loaded, add the following code to your functions.php file: remove_action(‘wp_print_styles’, ‘downloads_stylesheets’); Alternatively, if you would just like to use your own stylesheet, you can add a file … Continue reading
Posted in Code, QuickTip, WordPress
Tagged CSS, load time, Plugin, Plugins, WordPress Plugins, WP Plugins, WP-DownloadManager
Leave a comment
Improve Gravity Forms – Gravity Forms Addons Plugin
Download Gravity Forms Addons Plugin on WordPress.org Gravity Forms + Directory Capabilities Since Gravity Forms came out, it’s been transforming how WordPress can be used. It makes a contact form more than a contact form. It makes a contact form … Continue reading

WordPress Comment Form 404 Error – Now Fixed!
Disabling the Cookies for Comments plugin broke the comments form. On the recommendation of Matt Cutts, I added the Cookies for Comments plugin to this blog, and also added their recommended .htaccess modifications: RewriteCond %HTTP_COOKIE !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$ RewriteRule ^wp-comments-post.php – [F,L] … Continue reading →