<ul class="flow-meta group">
                <?php if ( get_theme_mod( 'author-avatar', 'on' ) == 'on' ): ?>
                    <li class="flow-author"><a href="<?php echo get_author_posts_url(get_the_author_meta( 'ID' )); ?>"><?php echo get_avatar(get_the_author_meta('user_email'),'64'); ?></a></li>
                <?php endif; ?>
                <li class="flow-date"><i class="far fa-calendar"></i><?php the_time( get_option('date_format') ); ?></li>
                <?php if ( comments_open() && ( get_theme_mod( 'comment-count', 'on' ) =='on' ) ): ?>
                    <?php $number = get_comments_number( $post->ID ); if ( $number > 0 ) { ?>
                        <li class="flow-comments"><a href="<?php comments_link(); ?>"><i class="far fa-comment"></i><span><?php comments_number( '0', '1', '%' ); ?></span></a></li>
                    <?php } ?>
                <?php endif; ?>
            </ul>
Kod örneği