Forums

Getting Rid of the "Recent Posts" Block (7 posts)

  1. spz
    Member
    Posted 5 years ago #

    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.

  2. Roy
    Member
    Posted 5 years ago #

    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.

  3. spz
    Member
    Posted 5 years ago #

    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.

  4. Roy
    Member
    Posted 5 years ago #

    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...?

  5. spz
    Member
    Posted 5 years ago #

    sorry, incorrect url:

    http://www.pz-writing.net/spzphoto

  6. Roy
    Member
    Posted 5 years ago #

    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.

  7. spz
    Member
    Posted 5 years ago #

    That did it--Thank you.

Topic Closed

This topic has been closed to new replies.

About this Topic