Manually insert adsense ads inside wordpress posts

Login to wp-admin.
Go to your WordPress theme editor under Appearance menu.
You will see the list of theme files at the right side. Click Single Post. The source code of that file will be shown in the screen.

Find out the following line in the code

<div class=”entry”>

If you need to place ads at the top of the post

You need to paste the adsense or any other ads code directly right above this line. This will place the ad unit right after the title of your blog post.

place ads at the End of the Post:
you can also place adsense or other ads right below the post. For this, find out the following line in the source code and paste the necessary codes right above the following line:

<?php comments_template(); ?>

This will make your ad appear at the end of the post.

(more…)

Continue ReadingManually insert adsense ads inside wordpress posts

How to Exclude Pages from the WordPress Navigation Bar

Exclude Pages is a free wordpress plugin from Simon Wheatley. Using this wordpress plugin you can exclude your wordpress site pages from the navigation bar. It adds a checkbox like “include this page in menus” option. If you want exclude the page just uncheck this “include this page in menus” option.

(more…)

Continue ReadingHow to Exclude Pages from the WordPress Navigation Bar

Add a favicon to your WordPress blog or any other web site

This quick tutorial will help you add a favicon to your WordPress blog or any other web site.
A favicon is a small 16 x 16 pixels square and the file name should be favicon.ico.
There are so many online services that will allow you to create a favicon for free or try some freeware programs,such as irfanview,Iconedit32.
Creating a Favicon:
1.Edit your favicon image using your favorite image editor.
2.Resize it to 16X16 pixels.
3.Convert it to .ico
4.name it to favicon.ico
Installing a Favicon:

(more…)

Continue ReadingAdd a favicon to your WordPress blog or any other web site

Install WordPress using Fantastico in cPanel

1.Log into your cpanel hosting account
.
2.click the fantastico icon.

3.In the fantastico home click on the wordpress under blogs section.

4.Now you will see the wordpress page and installation options.

5.First is installation location.under this you see
a).Install on domain: select your domain from the dropdown box.
(more…)

Continue ReadingInstall WordPress using Fantastico in cPanel