Category Archives: WordPress

Some of my WordPress stuff.

How To Add Contextual Help To A WordPress Plugin

If you are confused about how to add contextual help to your custom WordPress plugin, you can borrow my easy-to-use template. Follow the steps below to add contextual help to your plugin.

Catching Automated Form Submissions And Trapping Spam Bots

If you are a website owner and are inundated with various kinds of spam from form-submitting robots, don’t sweat it. There are ways to catch these spambots in the act, and prevent them from working efficiently. I’m sure you are already familiar with some of the more annoying methods for reducing spam, such as random images, [...]

User Meta Manager – A WordPress Plugin

User Meta Manager is a WordPress plugin which allows administrators to add, edit, or delete user meta data. User Meta Manager also provides short-codes for inserting user meta data into posts or pages, and for restricting user access, inserting forms into Pages or Posts, and more. To download User Meta Manager, follow the link below.

Visitor Maps Extended Referer Field Plugin

This WordPress plugin extends and depends on the Visitor Maps and Who’s Online plugin by Mike Challis. This plugin alters the Referer column for the Admin’s Who’s Been Online grid, so it displays the referring host name followed by the search string, if there is one. It also prevents long URLs from expanding the grid too [...]

Hide It WordPress Plugin

This WordPress plugin allows you to toggle visibility of any objects from within a post or page using shorttags and CSS selectors or id attribute selectors. Example: [hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"] FYI: .dot indicates this is a class name. .widget-1 #hash-mark indicates this is an id attribute. #header-div If there is no preceding [...]