Show post
-
I can’t get the whole content of my post to display on my main page. Here is the code I am using to call for the posts, unsuccesfully:
<?php query_posts('category_name=features'); ?>
<table border="0" width="100%">
<tr>
<td><h9>" title="<?php the_time('l j F Y H:i') ?>"><?php the_title() ?></h9></td>
</tr>
<tr>
<td align="justify"><div class="entry"><?php the_content() ?>
</div></td>
</tr>
</table>The page where this code is implemented is https://www.btccaction.co.uk. For the time being, to avoid leaving it empty, the page is displaying the exact code as above apart from I’ve replaced the_content with the_excerpt
Please help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show post’ is closed to new replies.