About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode - A Detailed Explanation
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
Denver Google SEO eCommerce WordPress Plugins WordPress Development WordPress Shopping Cart Search Optimization Javascript Design Code Links Interspire Shopping Cart Web Design CSS Interspire Development Marketing Functions.php WordPress SEO Plugin Denver SEO Website Redesign Blogging Domains SEO Google Nofollow Search Engine Optimization WP Plugins
Tag Archives: Categories
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
- Case studies
- Press releases
When you have a category of posts that you don’t want to have comments, publishing dates, post author, etc., you can define a list of excluded categories. In most cases, you should use Category Templates to achieve this functionality, but that is not always practical or the best option.
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
67 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 possible, the best way to work with WordPress is to use it’s built-in functionality.
I also wanted to have the testimonials as a category in WP, rather than as a separate plugin. This code will work for any type of category, not just a testimonial.
Here’s how to create a random post item in your sidebar:
Posted in Code
Tagged Categories, Code, How To, Plugins, Posts, query_posts, Random Post, Testimonials, WordPress, WordPress Development
28 Comments