Add styling and formatting to the Wordpress Administration view of custom fields by updating WP User Manager with this unofficial update.
I install and configure WP User Manager on all commercial Wordpress-powered sites requiring custom user profile fields, Dealsway Solution’s plugin really is in a league of its own, plus I’d like to give back to [...]
Alex from Zirona has released a Wordpress plugin that allows visitors to donate money in return for a back-link of their choice. The process has been automated and no interactions are required making this a great revenue generator for power-bloggers and niche hobbyists who can now be rewarded for their efforts.
The donations cloud is something [...]
Over the past month I’ve been stretching a vanilla installation of Wordpress (now 2.5.1) into a secure Intranet site for distributing news updates as well as an enabling technology for performing electronic tasks across the workplace.
To date it’s been a complete hit with staff placing high and frequent demand on the system from a staff [...]
One of my gripes in Wordpress plugin development is the function add_action() with the admin_menu property as there’s no easy way to disable a erroneous plugin in the Wordpress Administration without editing that plugin file.
I often find myself digging through my active Wordpress site database when developing custom Wordpress plugins and theme solutions, thanks to [...]
Make your individual image gallery photo’s look better start by adding a border and centering the image.
Wordpress 2.5 includes image galleries for sets of related images. Unfortunately as this is a new feature it also has yet to be refined. Add the following Wordpress code snippet to your theme’s style.css file…
.post p.attachment{ padding:3px;border:1px solid #aaa; [...]
April 30, 2008 – 12:26 am
I’ve created an idea in Wordpress Ideas regarding the addition of a new function for Wordpress called update_userdata(). I’m currently developing an Intranet solution using Wordpress as the presentation and interaction layer, tight integration with SugarCRM and other database-driven business systems are involved.
update_userdata() will allow a Wordpress user with sufficient privelages, or based on permission [...]
April 19, 2008 – 11:43 am
Wordpress is not optimised out of the box for commercial deployment, the potential is certainly there but on the surface it’s just a blogging platform. For that reason it makes sense that the home page for all default Wordpress sites is a list of recent posts in chronological order.
The needs of commercial sites differ vastly [...]