how to do persistent database connection in wordpress

What is persistent database connection? Persistent connections are links that do not close when the execution of your script ends. When a persistent connection is requested, PHP checks if there’s already an identical persistent connection (that remained open from earlier) … Continue reading

How to use the the_post_thumbnail In WordPress 3.0

Now WordPress 3.0 is released and the new post thumbnail function will not changed until. You can provide 4 picture formats to the function (change the width and height values to your need): You can set how the images should … Continue reading

how to create text with shadow using css

This tutorial explains how to create a text with shadow using CSS. First let’s create a structure of our text container together with a text. HTML code: <html > <head> <link href=”stylesheet.css” rel=”stylesheet” type=”text/css” media=”screen” /> </head> <body> <div id=”wrapper”> … Continue reading

How to install wordpress 3.0 multisite and multi blog – step by step WordPress 3.0 Multisite Settings

First download the wordpress 3.0 from following location http://wordpress.org/latest.zip Start the wordpress 3.0 installtions: First create database and put your database information Second step Login to wordpress admin panel After Installtion complition. Open the wp-config.php file from wordpress root folder. … Continue reading