Thread Starter
gerld
(@gerld)
it’s beccause of something i did. i’m trying to customize a theme to look how i want it. but i’m not sure what i changed that’s wrong.
Thread Starter
gerld
(@gerld)
i just need to know what the code is to link to a single article
right now i’m using this and it’s showing all the articles.
<span class="small"><?php the_category(', ') ?> </span></td></tr>
<tr><td class="contentheading" width="100%">
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </td></tr>
<tr><td><div class="copy"><span class="author">By <I><?php the_author() ?></I>, <?php the_time('F jS, Y') ?></span>
<?php the_content('Read more »'); ?></div>