Writing a simple WordPress plugin is straightforward. All you need is a trivial PHP file with an WordPress plugin specific header. If you want to make its source code public and/or to share it with others then hosting the plugin…
Backup your WordPress site
Many of us have a web log where we share with others our thoughts, experiences or ideas. One of those CMS that aids in blog editing is the ubiquitous WordPress. It has a market share of 59% within the Content…
Installing WordPress on IIS 6
I'm working lately on plug-ins development for my WordPress blog (mynixworld.info). There are thousands plug-ins available out there but some are either limited, not well written, obsolete or buggy. I have written several plug-ins that I want to make available…
Inject PHP code WordPress
In this article I proved the concept of injecting JavaScript code in a WordPress post/page, so don't miss it. WordPress is a very well written CMS driven by a plug-in architecture. If you want to insert some PHP code into…
How to link keywords to Wikipedia automatically
Just to help my blog being user-friendly I have created a simple plugin for WordPress that basically analyzes your web page content and links some words (those it decides that are important) to their respective Wikipedia page. This is the…