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

Posted in SEO, WordPress | Tagged , , , , , , , , , , , , , , | 17 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

Posted in Web Development, WordPress | Tagged , , , , , , , , , | 2 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

Posted in Blogging, WordPress | Tagged , , , , , , , | 3 Comments

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 , , , , , , | 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

Posted in Plugins, WordPress | Tagged , , , , , , , , , , , | 325 Comments

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 , , , , , , , | 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 , , , , , , , | 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 , , , , , | 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 , , , , , , , , , | 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 , , , , , , , , , , , , , , , , , , , , , | 82 Comments