Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
ppine
/
wp-content
/
themes
/
takeout
/
skins
/
default
/
templates
/
File Content:
author-page.php
<?php /** * The template to display the user's avatar, bio and socials on the Author page * * @package TAKEOUT * @since TAKEOUT 1.71.0 */ ?> <div class="author_page author vcard"<?php if ( takeout_is_on( takeout_get_theme_option( 'seo_snippets' ) ) ) { ?> itemprop="author" itemscope="itemscope" itemtype="<?php echo esc_attr( takeout_get_protocol( true ) ); ?>//schema.org/Person"<?php } ?>> <div class="author_avatar"<?php if ( takeout_is_on( takeout_get_theme_option( 'seo_snippets' ) ) ) { ?> itemprop="image"<?php } ?>> <?php $takeout_mult = takeout_get_retina_multiplier(); echo get_avatar( get_the_author_meta( 'user_email' ), 120 * $takeout_mult ); ?> </div> <h4 class="author_title"<?php if ( takeout_is_on( takeout_get_theme_option( 'seo_snippets' ) ) ) { ?> itemprop="name"<?php } ?>><span class="fn"><?php the_author(); ?></span></h4> <?php $takeout_author_description = get_the_author_meta( 'description' ); if ( ! empty( $takeout_author_description ) ) { ?> <div class="author_bio"<?php if ( takeout_is_on( takeout_get_theme_option( 'seo_snippets' ) ) ) { ?> itemprop="description"<?php } ?>><?php echo wp_kses( wpautop( $takeout_author_description ), 'takeout_kses_content' ); ?></div> <?php } ?> <div class="author_details"> <span class="author_posts_total"> <?php $takeout_posts_total = count_user_posts( get_the_author_meta('ID'), 'post' ); if ( $takeout_posts_total > 0 ) { // Translators: Add the author's posts number to the message echo wp_kses( sprintf( _n( '%s article published', '%s articles published', $takeout_posts_total, 'takeout' ), '<span class="author_posts_total_value">' . number_format_i18n( $takeout_posts_total ) . '</span>' ), 'takeout_kses_content' ); } else { esc_html_e( 'No posts published.', 'takeout' ); } ?> </span><?php ob_start(); do_action( 'takeout_action_user_meta', 'author-page' ); $takeout_socials = ob_get_contents(); ob_end_clean(); takeout_show_layout( $takeout_socials, '<span class="author_socials"><span class="author_socials_caption">' . esc_html__( 'Follow:', 'takeout' ) . '</span>', '</span>' ); ?> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
block-patterns
---
0755
block-styles
---
0755
blog-styles
---
0755
single-styles
---
0755
admin-notice.php
1847 bytes
0644
admin-rate.php
2878 bytes
0644
author-bio.php
1639 bytes
0644
author-page.php
2315 bytes
0644
content-404.php
588 bytes
0644
content-band.php
6889 bytes
0644
content-classic.php
7059 bytes
0644
content-custom.php
3382 bytes
0644
content-excerpt.php
6481 bytes
0644
content-none-archive.php
826 bytes
0644
content-none-search.php
871 bytes
0644
content-page.php
1546 bytes
0644
content-portfolio.php
4928 bytes
0644
content-single-style-2.php
3380 bytes
0644
content-single-style-5.php
4259 bytes
0644
content-single-style-6.php
4111 bytes
0644
content-sticky.php
1612 bytes
0644
content.php
2421 bytes
0644
footer-copyright.php
1113 bytes
0644
footer-custom.php
1091 bytes
0644
footer-default.php
948 bytes
0644
footer-logo.php
1384 bytes
0644
footer-socials.php
481 bytes
0644
footer-widgets.php
2451 bytes
0644
header-custom.php
2393 bytes
0644
header-default.php
2185 bytes
0644
header-logo.php
1691 bytes
0644
header-mobile.php
4467 bytes
0644
header-navi-mobile.php
3945 bytes
0644
header-navi-side.php
1602 bytes
0644
header-navi.php
2776 bytes
0644
header-title.php
3944 bytes
0644
header-video.php
723 bytes
0644
header-widgets.php
2487 bytes
0644
index.php
30 bytes
0644
related-posts-classic.php
1283 bytes
0644
related-posts-list.php
1102 bytes
0644
related-posts-modern.php
1437 bytes
0644
related-posts-short.php
1099 bytes
0644
related-posts-wide.php
1306 bytes
0644
related-posts.php
1260 bytes
0644
search-form.php
1150 bytes
0644
seo.php
1929 bytes
0644
N4ST4R_ID | Naxtarrr