2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges. If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.
The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch. The second problem, discovered by Dawid Golunski, is an issue with [...]
As you know over the past couple of months we have been working on the new features for WordPress 2.9. We have also been working on trying to make WordPress as secure as possible and during this process we have identified a number of security hardening changes that we thought were worth back-porting to the [...]
Today, got message to upgrade my blog engine to new version 2.8.4. Wew fo fast.. Congrat for Worpress.
What’s new?
· Fixed admin password reset glitch
^^ security update..
Connor Wilson has published nice post. He wrote about how to make gravatar without plugin and I’ll share for you. First, add this script to your comments page.
?View Code PHP1
2
3
4
5
6
7
<?
$email = ""; //email that user use in gravatar
$default = ""; // link to your default avatar or if user doesn’t have gravatar
$size = 40; // [...]
This about Wordpress theme again.. One day, when I deep surfing in Google i found 30 free high quality Wordpress Themes from Smashing Magazine.
Hmm that’s great.. Let’s check it out^^
http://www.smashingmagazine.com/2008/08/25/30-free-high-quality-wordpress-themes/
I hope this useful for you..
The developers behind the popular open source blogging tool WordPress have released the latest edition WordPress 2.6.2.
Not much information is available as the official WordPress blog is yet to be updated with any news.
But WordPress 2.6.2 is now available for download from the official download page.
Bloggers are also getting the alert message from the [...]
Hello all^^
I never tried to make experiment and today I have little experiment to display recent image of nextgen gallery on Wordpress home page. First you must have execphp plugin installed on your Wordpress blog. You can download here. Exephp plugin is used to enable execute php on Wordpress page. So you can execute php [...]