Why is this? I'd like for the author/date/tags to be displayed at the top when someone actually clicks on the post.
Where can I change this to make it happen?
Why is this? I'd like for the author/date/tags to be displayed at the top when someone actually clicks on the post.
Where can I change this to make it happen?
Sounds like your single post view does not display that information.
With the help of the Template Hierarchy article, determine what Template is displaying each post (could be single.php). Then edit that Template and add the necessary template tags such as the_author_posts_link(), the_time(), and the_tags(). Your theme's index.php probably has examples.
This topic has been closed to new replies.