The easiest way is to use CSS display:none; for that element. This tip will help you in this:
http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Use-web-dev-tools
HI 🙂
Same question here, but I can’t find the way to do this, I’ve read again and again your guide but I can’t find nothing about this element 🙁
Hi again :p
Just found a solution !
In content.php I removed this part :
<?php if ( ! post_password_required() && get_comments_number() ) : ?>
<span class="title-comment-meta">
<?php comments_popup_link( '<span class="leave-reply">' . esc_html__( 'Leave a comment', 'tiny-framework' ) . '</span>', esc_html_x( '1', 'comments number', 'tiny-framework' ), esc_html_x( '%', 'comments number', 'tiny-framework' ) ); ?>
</span>
<?php endif; // have comments ?>
-
This reply was modified 9 years, 2 months ago by
macawole.
-
This reply was modified 9 years, 2 months ago by
macawole.
I found solution with this: