biggupp Posted December 12, 2012 Share Posted December 12, 2012 http://www.ahy4life.com/resources.php In the middle right column in the Promotions section, the 'Continue reading ->' link is linked to the wrong page. How can I correct this? TIA ' <div id="globalcontent"> <?php $featuredPosts = new WP_Query(); $featuredPosts->query('showposts=5&cat=8'); while ($featuredPosts->have_posts()) : $featuredPosts->the_post(); ?> <h2 style="color:#FFFFFF; background:url(http://ahy4life.com/images/right_top_header.jpg) no-repeat left top;"><center><a href="promos.php"><?php the_title(); ?></a></center></h2> <div> <style type="text/css"> div a{ color:#FFFFFF; } </style> <?php the_excerpt(); ?> <?php endwhile; ?> </div> </div> <div><img src="images/right_top_footer.jpg" alt="" /></div> <div style="background-color: #FFF;"></div> ' Quote Link to comment Share on other sites More sharing options...
SofWare Posted December 21, 2012 Share Posted December 21, 2012 You might be able to change it by editing the CSS. Where would you like the link to be? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.