First thing, sorry for my english. I am the webmaster of the blog http://www.eldruida.net. The problem I have is when a entry is opened the right menu dissapears. How I can do to have the menu in every entry?
Thank you. Regards.
First thing, sorry for my english. I am the webmaster of the blog http://www.eldruida.net. The problem I have is when a entry is opened the right menu dissapears. How I can do to have the menu in every entry?
Thank you. Regards.
look into index.php and note where the line <?php get_sidebar(); ?> is;
edit single.php and add this line to the same position;
also in single.php, change
<div id="content" class="widecolumn" role="main">
to:
<div id="content" class="narrowcolumn" role="main">
You must log in to post.