Hello, everyone:
I am trying to eliminate the "recent" post from the middle of my page, from between the actual blog posts and the side bar. How can I do that?
Thank you.
Hello, everyone:
I am trying to eliminate the "recent" post from the middle of my page, from between the actual blog posts and the side bar. How can I do that?
Thank you.
Is it in the sidebar or on the page itself? In the first case, it might be as easy as to remove the "recent posts" widget. In the second case, I'm not sure what you mean. A link may be helpfull.
Here is the link:
http://www.pz-writing.net/spzhoto
The one I want to remove is the middle one, and it does not appear in the widget panel. I suspect that I need to get into the theme files and edit some code, but I don't know where to look.
Thanks.
Ehm, I still don't see what you mean. The link you give appears to be broken and the main site is a Drupal page...?
sorry, incorrect url:
You have two sidebars!!
<!-- start sidebar one -->
<div id="sidebar1" class="sidebar">
<ul>
<li id="recent-posts">
<h2>Recent Posts</h2>
<ul>
</ul>
</li>
</ul>
</div>
<!-- end sidebar one -->
I guess you can go to your index.php (and archive.php and single.php) and delete a part that will be something like <get sidebar one> or something.
That did it--Thank you.
This topic has been closed to new replies.