Introduction to WordPress Filters What is a Filter? Filters are functions that WordPress passes data through, at certain points in execution, just before taking some action with the data (such as adding it to the database or sending it to the browser screen). Filters passed data between database and browser. Most inputs and outputs in …
WordPress 2.8.6 Released – Security Update
2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.
Check WordPress Plugin Compatibility before Upgrading/Installing
Check WordPress ?lugin Compatibility before Upgrading Now, wordpress users can check if the plugin is compatible with their wordpress version before installing the plugin itself. This feature is in testing (Beta) and has been implemented for several plugins in the wordpress directory. You can check this for any version of wordpress and the plugin itself. …
Introduction to Podcast in WordPress
What is podcasting? Podcasting is distributing audio or video content via RSS 2.0, or Atom. Podcast clients such as iTunes, Juice, or CastPodder(linux) allow listeners to subscribe to your RSS/Atom feed and automatically download your content to their portable audio players as it becomes available. Podcast in WordPress: (wordpress.com) Create audio or video that you …
After the Deadline, Language Checking Software Used by WordPress is Now Open Source
After the Deadline, Language Checking Software Used by WordPress is Now Open Source If your blogging platform of choice is WordPress, then you’ve no doubt noticed recent improvements to the way it catches spelling, style, and grammatical errors. That’s thanks to acquisition of After the Deadline, a language checking software package designed for WordPress and …
What is a wordpress theme framework?
What is a wordpress theme framework? A theme framework is a theme that is designed to be a flexible foundation that can serve as a parent theme for building child themes. The use of theme framework may ease theme development by reducing the volume of work which may be needed in creating a backbone for …
An Introduction to WordPress Action Hooks
An Introduction to WordPress Action Hooks What is an
How to hide your wp-admin login page?
How to hide your wp-admin login page? Change YOURSECRETWORDHERE to something else. It can be any word you want. Just make sure it’s unique and somewhat long. Make it, like, your pets name or something random. Read this post to understand why this matters. Change ADMINFOLDER to the new folder name you want. Letters, numbers, …
WordPress 2.8.5 Released!
WordPress 2.8.5 Released! WordPress 2.8.5: Hardening Release In the process of making wordpress more secure, one more version of 2.8 series has been released. The major changes are: A fix for the Trackback Denial-of-Service attack that is currently being seen. Removal of areas within the code where php code in variables was evaluated. Switched the …