• Hi,

    Since I have the following code on my home page, the widget doesn’t load anymore on the homepage.
    How can I fix this?

    <?php $recent = new WP_Query("cat=1&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
    
    <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    
    				<?php the_excerpt() ?>
    
    			<div style="clear:both;"></div>
    
    				<?php endwhile; ?>

    https://www.ads-software.com/extend/plugins/getsocial/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't load on homepage’ is closed to new replies.