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 SIDEBAR IN SINGLE AND ARCHIVE POSTS FOR KUBRICK THEME

For some strange reason, with the kubrick theme, the sidebar does not appear while viewing single posts and archive posts. If you have the same problem then follow these simple instructions.


Go to PRESENTATION –> THEME EDITOR

In single.php look for id=”content”
You will have to change the class to narrowcolumn :

<div id=”content” class=”narrowcolumn”>

In archive.php :

<div id=”content” class=”narrowcolumn”>

In archives.php — change to widecolumn :

<div id=”content” class=”widecolumn”>

In index.php :

<div id=”content” class=”narrowcolumn”>

I did this modification a while back so i don’t remember exactly which files i had to modify to get the sidebar to appear but if all your files are the same as my indications above, i’m pretty sure it should work. Let me know otherwise.

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

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: