Jump to content

Modify Link For Excerpt


biggupp

Recommended Posts

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>

 

'

Link to comment
https://forums.phpfreaks.com/topic/271915-modify-link-for-excerpt/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.