How to add Adsense ads Between wordpress Post

wordpress 25 November 2009 Toks Ogun Comments.
How to add Adsense ads Between wordpress Post

In an honest effort to increase your ad revenue you may want to try this.

How to add Adsense or any other ad code in between wordpress post.

It’s a simple 8 Step Process. Let’s start.wordpress-ads-between-post

1. Log into your WordPress admin panel or if you edit in dreamweaver skip to step 3.

2. Select Presentation -> Theme Editor from the navigation menu

3. From the Theme Editor, find and select the “Main index template” (index.php) from the list to the right

4. Find the following line

<?php if (have_posts()) : ?>

5. Above it add the following line

<?php $count = 1; ?>

Read More →

Choose Your Wordpress sidebar

wordpress 25 November 2009 Toks Ogun Comments.
Choose Your Wordpress sidebar

wordpress-logo-shineOne of the main issues with Wordpress is it’s lack of some CMS capabilities.

There are times when you need different sidebars for different pages or posts.

This is a simple Wordpress hack to add that functionality. Read More →