Archive for the ‘Plugins’ Category
Thursday, January 10th, 2008
Recently I wrote about a WordPress plugin that allows you to exclude certain pages from appearing in your list of Pages without coding your template files. The My Page Order WordPress plugin gives you additional Page flexibility by allowing you to manually order your Pages without coding.
Update Feb. 17, 2008:
I just used this plugin for the first time, and it’s fantastic! All you have to do is upload it and activate it, and then go to Manage > My Page Order. There, you have an Ajaxy menu that shows you all your pages. You just drag and drop them until they’re in the order you want, and then click the “Click to Order Pages” button. You can also order subpages in the same way.

This is a plugin that can save you tons of time when you have five or more pages that you need to reorder.
My Page Order WordPress plugin
Posted in Plugins | 4 Comments »
Wednesday, January 9th, 2008
There are many situations where you want to make sure that certain categories only appear on some pages, and not on others. Here are a few WordPress plugins that can help you do this without having to hack your template files:
Front Page Excluded Categories WordPress plugin - this plugin enables you to exclude posts from certain categories from your front page. This is possible by hard coding your template files as well, but for those who want to give others the ability to do this easily, or who just don’t want to mess with their template files, this is a good solution.
Advanced Category Excluder WordPress plugin - this plugin gives you more flexibility over where categories appear. Here, you have access to modifying categories for five different pages on your blog: archive, home, rss posts, rss comments and search. It currently does not work for tag pages.
Posted in Plugins | 1 Comment »
Monday, December 31st, 2007
Urban Giraffe has a list of amazing plugins that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven’t seen anything like them anywhere else.
Here are the ones that I find most interesting, and I hope to try out soon:
- Filled In - Places a customized form on your site, and stores submitted data in a database. The plugin features email reporting, AJAX support, CAPTCHA support, and file uploads. The data can be exported to CSV or XML.
- Advanced Permalinks - If you decide midway to change your permalink structure to something friendlier, this generally means you have to do it sitewide and for all existing posts, which means redirecting everything. This plugin allows you to say “From now on, all posts will have permalink structure B, while posts until now will retain permalink structure A.” Can save a lot of headache.
- Search Unleashed - Makes searching WordPress blogs more user-friendly by adding the following features:
- Full text search with wildcards and logical operations
- Search posts, pages, comments, titles, URLs, tags, and meta-data (all configurable)
- Search data after it has been processed by plugins, not before
- Search highlighting of all searches, including titles and comments
- Search highlighting of incoming searches from Google, Yahoo, MSN, Altavista, Baidu, and Sogou
- Search results show contextual search information, not just a post excerpt
- Record search phrases and display in a log
- Exclude specific posts and pages from results
- Compatible with WP-Cache
- Supports WordPress 2.0.5 through to 2.3
- No changes required to your theme
- User Permissions - Allows you to assign permissions to specific posts. This sounds like it could be good if you offer premium content on your site.
- Anti-Email Spam - Simple plugin to encode email addresses with either JavaScript or HTML entities and protect yourself against email harvesting scripts. I should have done something like this a loooong time ago.
See ‘em all at: Plugins - Goodies for WordPress | Urban Giraffe»
Posted in Plugins | No Comments »
Sunday, December 30th, 2007
WordPress comment boxes tend to be dry, text editors. That’s kind of ok for people who know HTML, but even I get frustrated when I want to add a link in someone else’s comment box.
Here’s a really easy and pretty solution: Advanced TinyMCE Editor. This editor add a simple yet useful toolbar to the top of the comment box with the following buttons: bold, italic, underline, strikethrough, undo, redo, add link, remove link, and view HTML. To see it in action, go to the comments section at the end of this post - I’ve implemented it here on WordPressGarage.
TinyMCE Comments»
Update March 10, 2008: I have disabled this plugin because a user notified me that it was causing Safari to crash. Oh well.
Posted in Plugins | 11 Comments »