the_excerpt and URL Mess
-
I ma having an issue with my excerpts, and it cutting the URL out of the post itself when displayed. Once you go to the main single-post page though, the link shows.
Is there a way to fix this somehow? OR anyone run into the excerpt stripping URL’s from blog posts?
Here is my code:
<?php the_post(); ?> <div id="home-content-col2" class="grid_4"> <h2><a>'> <?php the_title(); ?></a> </h2> <p><?php the_excerpt(); ?></p> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘the_excerpt and URL Mess’ is closed to new replies.