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 A STATIC MENU AND ADSENSE CODE BELOW YOUR HEADER

Go to PRESENTATION –> THEME EDITOR
In header.php look for the <BODY> tag.


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

<body>
<div id=”page”>
<div id=”header”>
<div id=”headerimg”>
<h1><a href=”<?php echo get_option(‘home’); ?>/”><?php bloginfo(‘name’); ?></a></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>
<center>
<font size=”5″>
<a href=”https://www.xarj.net”>HOME</a> ::
<a href=”https://www.xarj.net/category/my-music/”>MUSIC</a> ::
<a href=”https://www.xarj.net/category/my-videos/”>VIDEOS</a> ::
<a href=”https://www.xarj.net/category/my-photos/”>PHOTOS</a> ::
<a href=”https://www.xarj.net/about-xarj-net-podcast/”>ABOUT</a>
</font>
</center>
<br />
<center><?php adsense_deluxe_ads(‘linkunit728x15’); ?></center>

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: