the_excerpt not rendering correctly?
-
I just don’t understand it! The following it the code and the link to the page showing the blatant error. Please could somebody help me? I’m losing my mind over re-learning PHP and sussing WP’s way of things.
<?php
// here is the excerpt function misbehaving!
$my_query = new WP_Query('category_name=portfolio');
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
<h3><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?><?php the_excerpt();?></a></h3>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘the_excerpt not rendering correctly?’ is closed to new replies.