Server IP : 149.255.58.128 / Your IP : 216.73.216.148
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/wheelch2/public_html/wp-content/themes/twentytwentyone/template-parts/post//author-bio.php
<?php
/**
* The template for displaying author info below posts.
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
?>
<?php if ( (bool) get_the_author_meta( 'description' ) && post_type_supports( get_post_type(), 'author' ) ) : ?>
<div class="author-bio <?php echo get_option( 'show_avatars' ) ? 'show-avatars' : ''; ?>">
<?php echo get_avatar( get_the_author_meta( 'ID' ), '85' ); ?>
<div class="author-bio-content">
<h2 class="author-title">
<?php
printf(
/* translators: %s: Author name. */
esc_html__( 'By %s', 'twentytwentyone' ),
get_the_author()
);
?>
</h2><!-- .author-title -->
<p class="author-description"> <?php the_author_meta( 'description' ); ?></p><!-- .author-description -->
<?php
printf(
'<a class="author-link" href="%1$s" rel="author">%2$s</a>',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
sprintf(
/* translators: %s: Author name. */
esc_html__( 'View all of %s\'s posts.', 'twentytwentyone' ),
get_the_author()
)
);
?>
</div><!-- .author-bio-content -->
</div><!-- .author-bio -->
<?php
endif;
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 29 2023 22:38:19 | 1032 / wheelch2 | 0755 | |
| | | | | |
author-bio.php | 1.141 KB | May 29 2023 22:38:19 | 1032 / wheelch2 | 0644 | |