That should work. I just tested taking the code out of content-header.php and placing it in content-footer.php and it moved it to below the post content.
Just be sure that you place it within PHP tags.
Thanks, but I’m doing something wrong :/
I take this out of the header –
$display_comments = $bavotasan_theme_options[‘display_comment_count’];
if( $display_comments && comments_open() ) {
if ( $display_author || $display_date || $display_categories )
echo ‘ • ‘;
comments_popup_link( __( ‘0 Comments’, ‘arcade’ ), __( ‘1 Comment’, ‘arcade’ ), __( ‘% Comments’, ‘arcade’ ) );
}
and placing it into the footer here –
the_tags( ‘<p class=”tags”><i class=”fa fa-tags”></i> <span>’ . __( ‘Tags:’, ‘arcade’ ) . ‘</span>’, ‘ ‘, ‘</p>’ );
?>
—– HERE I PLACE THE CODE —-
</footer><!– .entry –>
I’m not that good with php, so I don’t exactly know, what I’m doing wrong. Thanks in advance! 🙂