Reean.in

This site is all about tips and tricks related to Wordpress and website hosting

Error 404 on your blog

Written on March 22nd, 2009 by reenadakone shout

If your blog is returning 404 to your visitors for some links, then you are loosing some visitors and reputation of your blog. Now good news is that you can prevent 404 error reporting on your WordPress blog by installing…

Disk Usage on Server

Written on March 21st, 2009 by reenadakno shouts

There is a wonderful plugin for WordPress bloggers to see how there disk space is used on there server. This plugin is very simple to install and use and this gives you graphical representation of your disk space usage. Highly…

Get list of Recent Posts

Written on March 16th, 2009 by reenadakno shouts

If you want to show list of your recent or any specific post list. I have got two equally powerful plug-ins, you can use any, if you wish to get such a list.

1. Recent Posts Embedd

How to select a theme for your blog

Written on March 15th, 2009 by reenadakone shout

If you are puzzled by numerous wordpress themes and not able to decide which one to choose, following tips can defineitely help you.

  1. Acknowledge that there are rare chance that you get a theme which is perfect for you

Search Your Blog from Anywhere

Written on March 12th, 2009 by reenadakno shouts

If you want to have search functionality in your self-hosted wordpress blog, anywhere other then the default option provided by theme, you can do so by adding following code in your php file, exactly where you want this function.

[sourcecode…

List Tables of MySql Database

Written on March 6th, 2009 by adminno shouts

If you have a MySql table and want to list all the tables in it, you can use this code to get listing of all the tables in your database

MySql table export to csv file

Written on March 6th, 2009 by adminno shouts

Following is the code that you can use to export a MySql table to .csv file
[sourcecode language='php']

Character Remaining

Written on March 6th, 2009 by adminno shouts

Following is the code that you can use to count character in a text box
[sourcecode language='html']

var maxL=50;//nr of max permited characters
function limit(obj){
var nr= document.getElementById(‘nrc’)…

Wordpress Post Install CheckList

Written on March 3rd, 2009 by adminno shouts

1. Login to Dashboard. default url for login is your-domain-name/wp-login.php e.g. my login url is http://reena.in/wp-login.php

2. Upgrade to latest wordpress version, if upgrade notification as shown below is there at the Dashboard

3. If you have problem in upgrade,…

Installing WordPress

Written on March 3rd, 2009 by adminno shouts

Here you will see step by step installation of Wordpress for a self hosted blog.

Here we take it that.

1. Your site is hosted with Godaddy. For other hosts, procedure might be slightly different.

2. You have a valid…