-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Category Archives: WordPress
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
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
Add Canonical Tags to Shopp Plugin for SEO
I am building a store using the Shopp plugin, and I noticed that there are possibilities for duplicate content issues: A product can be accessed both by /shop/productID and /shop/product-slug A tag can be accessed using /shop/?shopp_tag=tag-uri and /shop/tag/tag-slug A … Continue reading
Posted in Shopp, WordPress
Tagged All in One SEO Pack, Canonical, Canonical Tag, SEO, Shopp Plugin, Shopping Cart, WordPress SEO, WordPress Shopping Cart
7 Comments
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
Edit Product Link for Shopp Plugin
If you use the Shopp plugin for WordPress, you’ve likely found something frustrating: you click on the “Edit Post” link, and you get to edit the Store page, not the product in Shopp. Here’s a quick fix: add the following … Continue reading
Posted in Shopp, WordPress
Tagged eCommerce, Edit Product, Shopp Plugin, Shopping, Shopping Cart, WordPress Shopping Cart
6 Comments
Add Custom Taxonomy Title Tags Support to All-In-One SEO Pack
Get control over your custom taxonomy’s Title Tag With Yoast’s Simple Taxonomies plugin, you can set up a custom categorization system for posts on your site known as a custom taxonomy. When trying to optimize these pages, I realized that … Continue reading
Posted in WordPress
Tagged AIOSEO, All in One SEO Pack, custom taxonomies, custom taxonomy, SEO Title, Simple Taxonomies, Taxonomies, Title Tag, WordPress SEO, Yoast
5 Comments
Rich Text Tag, Category, and Taxonomy Descriptions for WordPress
Rich Text Tags Plugin on WordPress.org The Rich Text Tags plugin allows you to use the WYSIWYG TinyMCE text editor (the WordPress default editor) while editing Categories, Tags, and taxonomies (custom categorization created by the Yoast Simple Taxonomies plugin).
Posted in Plugins, WordPress
Tagged Categories, category, category description, custom taxonomies, custom taxonomy, default editor, description, editor, Functionality, rich text, rich text category, tag, tag description, tags, Taxonomies, Taxonomy, taxonomy description, Theme, TinyMCE, WordPress Plugins, WP Plugins, wysiwyg
82 Comments

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 →