Presentation (Timestamp, comments)
-
First, take a look here https://staticnightmare.org, then you will knoe better what I’m talking about and what I’m trying to do.
I’ve tried to figure out how to make it so that I can get the option to leave a comment in the same table where it now says “Thursday, April 28 2005”. And then to have the people who have commented at the bottom of each post. I tried to move this code
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link('Comment?', '1 Comment', '% Comments'); ?>
<br><br>
</div>
Since that is what controls the feedback, but I can’t get it to be in the same table.
- The topic ‘Presentation (Timestamp, comments)’ is closed to new replies.