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

Posts Tagged ‘wordpress’

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.

wordpress feed error: how to solution
How to remove white spaces and fix entities common problems

Sunday, January 11th, 2009

Here we go to understand a solution to solve the white space error that cause corrupt output for the wordpress rss feed or any other rss feed or www document that need the very first character of the output is the character < of the xml document declaration and not white spaces (or something else: the str_replace() function can be modified to fit any needs).

Read the easy tricky way by axew3 to solve commons wordpress rss feed error problems in this page:

http://www.w3it.org/blog/wordpress-feed-output-error-solution-how-to/

Where born the wordpress database class

Friday, December 12th, 2008

As wordpress user/coder i know something about how it has been coded and about his loop.

Many times we found something like this:

$wpdb->get_row

it is an instance of the wpdb class to execute a query to database.

The WordPress DB Class is coded inside the wordpress file:  wp-includes/wp-db.php. (more…)

Wordpress + vBulletin or Zikula and/or any other php program/script

Friday, November 21st, 2008

Is ready to be released within 24h from the publish date of this post, the new integration between wordpress and vbulletin. You can completely integrate this two systems and there users (also if there are older) in minutes. No Php knowledge is required to install (more…)