Well on my blog i whant the sidebar to apear not only on the homepage and chathegorys but even on each blog post ? how can i do that ... Thanks
What are you talking about? You should make your question clearer with more details. Not to mention bad title.
Worpress I'm talking about this : http://www.funny-stuff.net/ top domain you have in right the "menu" http://www.funny-stuff.net/2006/11/22/washing-man/ on a post page the "menu" in right it isn't there i whant it there for easy navigation Regards and thanks
u need to edit the <template_folder>/single.php just before (its at the bottom of single.php) <?php get_footer(); ?> PHP: add <?php get_sidebar(); ?> PHP:
Kubrick doesn't have any sidebar when viewing single page, unless you're using Kubrick skin on Sandbox theme. Use this theme instead - http://www.lancelhoff.com/2006/06/10/wordpress-modified-kubrick-full-sidebar-template/
If you do not have sidebar in post page, you get it through getsidebar function as told by just-4-teens.
ahref, in original Kubrick theme you can't simply add like that. That's why I give him a link for that modded all-sidebar kubrick theme.
Nope you can't By ONLY adding <?php get_sidebar(); ?> you can't add a perfect sidebar to kubrick single view page. Your sidebar is going to be at the bottom LOL! Prove me wrong please
oh yeh just remembered what else u need to do in single.php find (line 3) <div id="content" class="widecolumn"> PHP: change to <div id="content" class="narrowcolumn"> PHP:
Well i added the code but look where it put's the MENU : http://www.funny-stuff.net/2006/11/24/the-morning-after-pub/ What is wrong ? Thanks olso added : <div id="content" class="narrowcolumn"> And it looks like that hmmm what i did wrong ? Thanks