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

Archive for the ‘Wordpress programming’ Category

w3 meta keywords plugin for wordpress

Tuesday, May 4th, 2010

It is released as 1.0.0, the first version; need to be used on a wordpress where permalinks aren’t activated and this until next more advanced version. In the mean time it is powerful as easy, can be added to the header template page with a simple two lines addition. The plugin has been released and is available for the download. After download the w3 meta keywords plugin file, just follow easy instructions for the header.php template file modification, two lines of code as just explained in the step by step instructions: how to use w3 metakeywords plugin for wordpress. That’s the very first version and any addition, question or improvement is very appreciated.

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/

Wordpress Ajax features: where they come from?

Friday, January 2nd, 2009

In a previous article we see where the database class of Wordpress born and where you can find out the source code to create your own applications with a powerful database script routine. Now we discover where Wordpress take advantage about many Ajax features. (more…)

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…)