Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<?php if ( get_theme_mod( 'author_bio' ) != 1 ) : ?> <div class="clearfix author-info"> <div class="author-photo"><?php echo get_avatar( get_the_author_meta( 'ID' ) , 75 ); ?></div> <div class="author-content"> <h3><?php the_author(); ?></h3> <p><?php the_author_meta( 'description' ); ?></p> <div class="author-links"> <a href="<?php echo esc_url(get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="me">More Posts</a> <?php if ( get_the_author_meta( 'twitter' ) ) : ?> <a href="http://twitter.com/<?php echo get_the_author_meta( 'twitter' ); ?>">Twitter</a> <?php endif; ?> <?php if ( get_the_author_meta( 'facebook' ) ) : ?> <a href="https://facebook.com/<?php echo get_the_author_meta( 'facebook' ); ?>">Facebook</a> <?php endif; ?> <?php if ( get_the_author_meta( 'linkedin' ) ) : ?> <a href="http://linkedin.com/in/<?php echo get_the_author_meta( 'linkedin' ); ?>">LinkedIn</a> <?php endif; ?> </div> </div> <!-- .author-info --></div> <?php endif; ?>
<h3 class="comments-title"> <?php printf( _nx( 'One Comment', '%1$s Comments', get_comments_number(), 'comments title', 'athemes' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h3>