Hi Han
I want to remove ‘author name’ and ‘leave a comment’ from the top of my posts. And put ‘leave a comment’ at the end of my post.
I tried putting the following code in my Family functions php BUT I got a white screen of death (which my host is sorting out for me).
<div class=”entry-meta”>
<time <?php omega_attr( ‘entry-published’ ); ?>><?php echo get_the_date(); ?></time>
<?php edit_post_link( __(‘Edit’, ‘omega’), ‘ | ‘ ); ?>
</div><!– .entry-meta –>
<footer class=”entry-footer”>
<div class=”entry-meta”>
<?php omega_post_terms( array( ‘taxonomy’ => ‘category’, ‘text’ => __( ‘Posted in: %s’, ‘omega’ ) ) ); ?>
Please help. Can you tell me what code I need and exactly where to put it!
Thank you!
Joanna