I disabled the “.entry-header” class in my theme because the title and meta information didn’t display as I wanted and where I wanted (really annoying that turning off the post title is not an option). However, I want to be able to display my author, publish date, categories, etc.
What code do I need to add to display this?
Currently I have put By <?php the_author_posts_link(); ?> on <?php the_time('F jS, Y'); ?> in <?php the_category(', '); ?> <?php edit_post_link(__('{Edit}'), ''); ?>
into the “raw content” element, but the PHP code doesn’t display anything, it just shows all words that aren’t code (“by”, “on”, “in”)
please help