Every browser like FireFox or IE does searches on a default search engine set some where in its configuration. Changing this default search engine is a little bit tricky, but not anymore. Deepak, my friend, installed a chat software from RediffBol which also changed the default search engine as Rediff Search but he now wants [...]
Archive for the ‘Tutorials’ Category
If you view a single post of a blog, you will see the author information at the bottom. Here we will see that how we can display such author info in a WordPress blog. That info can be edited in the control panel under Users->Your Profile. The author’s photo can also display the image using [...]
Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a query_posts functions which refer to specific category ID numbers from your database. Example: <?php query_posts(‘showposts=1&cat=4′); ?> You will need to change them to reflect the ID numbers in your [...]








































