WORDPRESS TIPS AND TRICKS

I use WordPress 2.1 with the theme : WordPress Default 1.6 by Michael Heilemann aka KUBRICK but i would think most tips work with older and newer versions. (v1.5 to v2.2+) and other themes.


———————————————–

ADD THE ADSENSE CODE INTO EACH SINGLE POST, JUST BELOW THE POST’S TITLE

My Blog’s biggest adsense revenue comes from the Ad Unit 336×280 i insert right below the post’s title, so if you are looking to make a few bucks (not that much really), then you must insert adsense in this area! Inserting the code takes one minute, signing up to adsense takes 5 mins so it’s definatly worth the effort!


Go to PRESENTATION –> THEME EDITOR
In single.php look for “the_title”

Below is the code i use for my blog, analyse and modify it to get your desired results :

<?php the_title(); ?></a></h2>
<div class=”entry”>
<?php adsense_deluxe_ads(‘adunit336x280’); ?>
<?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>

I use Adsense-Deluxe wordpress plugin but instead you can simply input your adsense code and it will work properly.

—————————————-

MORE WORDPRESS TIPS AND TRICKS ::

STOP GOOGLE FROM INDEXING FEED PAGES
AVOID DUPLICATE CONTENT TO HELP YOUR GOOGLE SERPS
ADD THE SIDEBAR IN SINGLE AND ARCHIVE POSTS FOR KUBRICK THEME
ADD THE ADSENSE CODE INTO EACH SINGLE POST, JUST BELOW THE POST’S TITLE
MODIFY YOUR WORDPRESS PAGES TITLE TAGS
ADD A STATIC MENU AND ADSENSE CODE BELOW YOUR HEADER
SHOW FULL POSTS IN ARCHIVE AND CATEGORY PAGES

Related Images: