Jump to content

Recommended Posts

How do I remove the small elongated rectangular shape between the "Latest post" and "Archives" section at http://www.simonlindgren.com ?

 

The code surrounding this place is:

 

<div class="column span-4 first">

           

<h3 class="mast">Recent Posts</h3>

 

<?php $the_query = new WP_Query('cat=-' .$catid. '&showposts=5&offset=1&orderby=post_date&order=desc');

 

while ($the_query->have_posts()) : $the_query->the_post();

 

$do_not_duplicate = $post->ID; ?>

 

<div class="home_recent_post">

<?php if ( get_post_meta($post->ID, 'thumb_home_img', true) ) { ?>

 

<?php } else { ?>

<div class="home_recent_thumb">

<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php

the_title(); ?>"><?php if (function_exists('the_thumb')) { the_thumb('altappend=recent_&subfolder=recent&width=48&height=48&keepratio=0'); } ?></a>

</div>

 

<?php } ?>

 

 

<div class="home_recent_title" id="post-<?php the_ID(); ?>">

<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>

</div>

 

<div class="home_recent_date">

<?php the_time('F j, Y'); ?>

</div>

 

<div class="home_recent_auth">

By <?php the_author(); ?>

</div></div>

 

 

<?php endwhile; ?>

<?php include('ad_home.php'); ?><?php if ( !function_exists('dynamic_sidebar')

        || !dynamic_sidebar('MiddleColumn') ) : ?>

 

 

 

 

 

<?php endif; ?>

            </div>           

                <?php get_sidebar(); ?>       

                       

            </div>

       

        </div>  <!-- end home_content -->       

 

 

Link to comment
https://forums.phpfreaks.com/topic/182628-help-removing-unwanted-graphic/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.