View Single Post
Old 05-11-2009, 09:47 PM   #3 (permalink)
draggar
The Evil Mod
 
draggar's Avatar
 
Name: Ed
Last Online: Yesterday 08:09 PM
iTrader: (36)
Join Date: Dec 2007
Posts: 8,330
DNF$: 331
Location: South Florida
Country:

Send a message via ICQ to draggar Send a message via AIM to draggar

Take out the part that pulls up the sidebar in the single post view page.

(directory)/wp-content/themes/(theme)

look into single.php (or singlepost.php) and manipulate this line?

Code:
    <?php $post_backup = $post; get_sidebar(); $post = $post_backup; ?>
draggar is offline   Reply With Quote