w3it.org – Internet Helper Blog
  
www ITBlog Articles Topics Forums Main
 
    

Archive for the ‘Do you know? (Wordpress tips)’ Category

The “Portable PHP password hashing framework” for wordpress

Sunday, June 28th, 2009

The “Portable PHP password hashing framework”  is a php class used in wordpress to generate password’s hash.

It is a separate project, and like many others wordpress features is included/combined in the code to create this blog written/coded by Matt Mullenweg. (more…)

Error on wordpress after the auto update: how to solve

Friday, May 29th, 2009

There is a feature in wordpress that is very useful: the auto update to the latest version of wordpress when it has been released in a new version. Unfortunately can happen that in change, after that automatic update process has finished, we have error 500 from any blog’s page. The error 500 can come out in wordpress after the automatic update because the process go to renew any single file and setting for each file the CHMOD permission to 644 (only read). (more…)

Wordpress: formatting posts or pages titles

Tuesday, January 13th, 2009

Do you know …
It is possible to format using html code any wordpress post’s title or page title.
A simple example? We like to wrap a phrase like this exactly in three lines:

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.

You can write the sample title in this way:

Contrary to popular belief,<br /> Lorem Ipsum is not simply random text. <br />It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.