Category Archives: WordPress
Some of my WordPress stuff.
Posted on November 26, 2012 by Jason
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.
Posted in WordPress | No Comments »
Tagged: add, admin, context, contextual, help, include, menu, plugin, plugins, template, wordpress
Posted on June 16, 2012 by Jason
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, [...]
Posted in php, WordPress | 9 Comments »
Posted on May 7, 2012 by Jason
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.
Posted in WordPress | 3 Comments »
Tagged: add, administrate, custom, customize, data, delete, edit, manage, member, meta, user, usermeta, users, wp_usermeta
Posted on March 7, 2012 by Jason
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 [...]
Posted in WordPress | 2 Comments »
Posted on February 14, 2011 by Jason
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 [...]
Posted in WordPress | 14 Comments »
Tagged: addon, display, hidden, hide, none, plugin, show, toggle, visibility, visible, widget, widgets, wordpress