Custom fields provide a strong tool for developers to make it more user friendly and customizable. Today, we will see how we can assign an expiration date to a post, so the post will disappear after a particular date: 1) Change the default loop in your index.php file as mentioned below: <?php if (have_posts()) …
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 …
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 …