Archive for category: WordPress

WordPress Must-Use Plugins

20 Apr
April 20, 2013

At this point in time, WordPress remains the easiest-to-use “CMS” available to us, so I end up developing quite a few sites with it. Somehow, there is this great feature I’ve never heard of until a few weeks back, so I thought I’d share with the class. WordPress has this feature called “Must Use Plugins“, [...]

New Premium Plugin Available

22 Dec
December 22, 2011

I’ve been working on a new plugin for the past week or two, writing documentation for it, and testing it quite extensively. It finally got accepted on CodeCanyon, a marketplace for premium plugins and code. My plugin is called Easy Custom CSS Stylesheets, and it allows you to create unlimited stylesheets which are stored in [...]

Share users amongst two WordPress sites

29 Oct
October 29, 2011

If you have two WordPress sites and would like to share users among them, it’s quite easy. Both sites will unfortunately have to use the same database, with different table prefixes (Please note: This can cause issues with poorly written plugins that don’t use the WordPress prefix option). On your first site, in the wp-config.php [...]

New version of WPAC out

04 Jun
June 4, 2011

I just updated one of my more popular plugins, WordPress Access Control. The newest version, 3.0, includes an admin options interface for setting various default values and behaviours. I’ve also added compatibility for posts and custom post types (Directly from the admin interface), and fixed issues with searching. You can now decide to not show [...]

WordPress 3.1

30 Nov
November 30, 2010

WordPress 3.1 Beta 1 was just released and I’m already running it on one of my sites. It’s fantastic, they fixed and added quite a few nice things We have the ability to query multiple taxonomies now Custom post types can have archive/index pages (Using the template post-type-archive-{$post_type}.php) The link dialog box lets you search [...]