• Hi, is there an option to move the comments link “X Comments” somewhere below the whole content? I’ve tried to do something in content-footer, but it didn’t work for me. Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter megancolline

    (@megancolline)

    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! 🙂

    Thread Starter megancolline

    (@megancolline)

    Anyone could help? :))

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Move "comments link" below the content’ is closed to new replies.