WordPress 2.8.4: Security Release

by John Ankarström on August 12, 2009

in Releases

wordpress-logo.gif

A vulnerability in WordPress 2.8.3 was discoved yesterday. The WordPress Blog says:

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.

The WordPress is now updated to version 2.8.4, and is available for download. Remember, you can easily update WordPress automatically :-)

{ 0 comments }

Don’t Miss WordPresser on Twitter!

by John Ankarström on July 20, 2009

in Blog

Now WordPresser is on Twitter! You’ll never miss any news related to WordPress – just follow us.

Right about then we introduced the #wpresser hashtag, for all tweets related to WordPresser.

Don’t forget!

{ 0 comments }

WordPress 2.8.2

by John Ankarström on July 20, 2009

in Releases

WordPress ButtonIt has not been long since WordPress 2.8 arrived, and only two weeks ago 2.8.1 was released. The people at WordPress are fast!

Now, WordPress 2.8.2 has arrived, fixing a critical bug, an XSS vulnerability. As Ryan Boren at WordPress Blog describes it:

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.

As I said, version 2.8.2 fixes this bug. So, upgrade your blog (can be done automatically since 2.7) , and don’t forget to backup your database!

{ 0 comments }

Expose It WordPress PluginThe new WordPress Plugin Expose It by Adrian Apan is a cool plugin that simply adds expose effect around any div with class="expose", with a little help from the Expose jQuery.

Here’s a example. Of course you can put images, video etc. inside the div too.

This is it, the exposed text. Now, click!

It’s very easy to setup. Just download the plugin, install and activate it. Then you’re free to expose! Do as I did:

<div class="expose">"This is the text, with expose effect. Just click it.</div>

{ 3 comments }

Where have I been?

July 2, 2009 7:35 pm

You might have wondered where I’ve been the last 19 days. The first 6 days I didn’t blog, but the last 13 days I spent in Turkey! We are still there, and we’re leaving tomorrow. Of course it has been difficult to blog, though we’ve got Wi-Fi in the hotel.
However, when I get back to [...]

0 comments Read the full article →

FancyZoom – Smooth JavaScript Image Zooming

June 13, 2009 8:11 pm

Ever wanted those fancy image zoomers on your website? Via Gustav Holmström I’ve found FancyZoom, a nice JavaScript image zoomer.
FancyZoom is easy to set up. First upload the two files in this zip to your website root. Insert these lines between your <head> and </head>:

<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>

Then, in your <body>, insert onload=”setupZoom()”, like [...]

0 comments Read the full article →

WordPress 2.8 Release Date

June 6, 2009 2:32 pm

Briefly: Finally – June 10th is the target date for WordPress 2.8! On a IRC meetup last Wednesday, the WordPress developers set a release date for WordPress 2.8.
Source: WordPress Blog

0 comments Read the full article →

How To Remove the Get Smart with Thesis Footer

May 28, 2009 3:26 pm

Thesis doesn’t provide an option to change the footer. It should have, because it’s quite complicated to change it manually – at least for a new user of Thesis.
You have to edit the custom-functions.php file, in the ../wp-content/thesis-15/custom folder. Insert this code:

add_action(’thesis_hook_footer’, ‘custom_footer’);
function custom_footer() {
?>
<p><strong>&copy; 2009 <?php bloginfo(’name’) ?></strong> | <a [...]

11 comments Read the full article →

WordPress Plugin: Broken Link Checker

May 27, 2009 6:00 pm

It’s so annoying when a link in a post leads to a 404 page – and especially when you cannot find the real link! If you want to keep your blog readers from this, there’s a smart plugin that detects every broken link on your entire blog.
Broken Link Checker can even notify you about broken [...]

1 comment Read the full article →

Serious Bug in the 1.2.1 version of WordPress.org One-Click Install

May 27, 2009 4:02 pm

The plugin I recently wrote about, WordPress.org One-Click Install, has just updated to version 1.2.1, and there’s a serious bug in the new version.
The error is a syntax error in line 235. I noticed this when I updated the plugin. First, every single URL on WordPresser returned a blank page! Then I deleted the plugin [...]

0 comments Read the full article →

35 Fancy and Colorful WordPress Themes

May 25, 2009 10:37 pm

I’ve found a collection of WordPress themes at Tutorial9, with 35 beautiful themes. The post is divided in two parts; The Premium and the Freemium themes. The premium themes you have to pay for are really nice, but the free themes are nice as well.
I liked the Misinop Theme, I love that style on a [...]

0 comments Read the full article →

Execute PHP code in posts with WordPress Plugin

May 25, 2009 4:13 pm

You can’t insert PHP code in posts or pages in WordPress from the start. Say you want a page listing all your categories or tags. This isn’t possible by standard. To do this, you will (of course) need a plugin.
The plugin’s name is Exec-PHP, and it allows you to use PHP in posts and pages, [...]

0 comments Read the full article →