All Stories

A Huge Collection of WordPress Code
TIPS If you are a theme designer, or just enjoy customizing your existing WordPress theme, it can sometimes be a hassle digging around for the WordPress code you need. We’ve spent a lot of time to collecting a variety of snippets of code and decided to share it on our site. Here are the snippets of code that we have collect. …

How to Schedule a Cron Events in your WordPress Blog?
HOW TO Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed. In this tutorial, I’ll show you how you create an event that will be executed once hourly, or daily, etc.

How to Highlight Search Terms with jQuery?
HOW TO A neat way to spice up your WordPress search page is to highlight search terms within your search results. I’ve seen some tutorials on the net on how to do this, but I haven’t found one that highlights both title and post content and is a drop-in modification for WordPress. Here is the complete tutorial for highlighting search terms on …

WordPress 2.8.4 Security Patch is out now!
RELEASE Another heads up for all WordPress users. The WordPress dev team just released another security update WordPress 2.8.4 to fix a vulnerability discovered yesterday. Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account …

WordPress 2.8.3 security updates is out!
RELEASE WordPress release its new version 2.8.3 with some major security updates. According to Ryan Boren, Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since …