Introduction to WordPress Filters

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 …

Read More

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.

Read More

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. …

Read More

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 …

Read More

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 …

Read More

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 …

Read More

An Introduction to WordPress Action Hooks

An Introduction to WordPress Action Hooks What is an

Read More

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 …

Read More

How to hide default menu of buddypress?

How to hide default menu of buddypress When using buddypress with WordPress MU, you will find that buddypress adds a default menu bar to your site, like this: If you want to hide that menu, just add the following like in your wp-config.php define( ‘BP_DISABLE_ADMIN_BAR’, true ); The menu bar will be disabled, even if …

Read More
Page 3 of 5«12345»