Wordpress Archives
How to Disable Syntax Highlighting in WordPress 2.8?
Posted by Muhammad Furqan Abid in How To on October 02, 2009
One of WordPress 2.8 new features is syntax highlighted editor for WordPress files. While the idea was exiting, I must admit I didn’t enjoyed using this new editor.
Advertisement
How to Create user-defined RSS feeds in WordPress
Posted by Muhammad Furqan Abid in How To, Tutorials on September 22, 2009
If you need a custom RSS feed, like for example, a feed indexing only somes categories + tags, or if you redirected all WordPress RSS feeds to Feedburner but still want to be able to get a category feed, the solution is to use a page template.
Create a new file and simply paste the following code in this file. After pasting save it with the name “my-custom-feed.php” and save it in your theme directory.
A Huge Collection of WordPress Code
Posted by Muhammad Furqan Abid in Tips, Tutorials on August 20, 2009
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. If you have any WordPress code you’d like me to add, please leave a comment below!
How to Schedule a Cron Events in your WordPress Blog?
Posted by Glance World Admin in How To on August 17, 2009
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?
Posted by Glance World Admin in How To, Tips, Tutorials on August 16, 2009
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 your WordPress blog.
WordPress 2.8.4 Security Patch is out now!
Posted by Muhammad Furqan Abid in Release on August 12, 2009
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 without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.
I strongly advice to upgrade your WordPress ASAP. Doing the upgrade will only take a few minutes of your time and in case you’re still new to WordPress and are not familiar with the process, the WordPress Codex has a dedicated page that contains a detailed process on how to upgrade WordPress.
Wordpress 2.8.3 security updates is out!
Posted by Muhammad Furqan Abid in Release, Security on August 04, 2009
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 this is a security release, upgrading is highly recommended.
Download 2.8.3, or upgrade automatically from your admin.
Wordpress release its new version 2.8.2 with security update
Posted by Glance World Admin in Release on July 22, 2009
Wordpress release its new version 2.8.2 and fixes its XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.
Source: wordpress.org
Wordpress release its new version v2.8.1
Posted by Muhammad Furqan Abid in Release on July 10, 2009
WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.






