Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-includes/ID3/parts.tar
Назад
header.html 0000777 00000000070 15251225576 0006700 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/header"} /--> vertical-header.html 0000777 00000000101 15251225576 0010502 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/vertical-header"} /--> sidebar.html 0000777 00000000100 15251225576 0007053 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/hidden-sidebar"} /--> footer-columns.html 0000777 00000000100 15251225576 0010416 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/footer-columns"} /--> footer-newsletter.html 0000777 00000000103 15251225576 0011135 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/footer-newsletter"} /--> footer.html 0000777 00000000070 15251225576 0006746 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/footer"} /--> header-large-title.html 0000777 00000000104 15251225576 0011105 0 ustar 00 <!-- wp:pattern {"slug":"twentytwentyfive/header-large-title"} /--> title.php 0000777 00000000560 15251357376 0006424 0 ustar 00 <?php if ( is_singular() ) : ?> <?php if( apply_filters( 'tripgo_show_singular_title', true ) ){ ?> <h1 class="post-title"> <?php the_title(); ?> </h1> <?php } ?> <?php else : ?> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <h2 class="post-title"> <?php the_title(); ?> </h2> </a> <?php endif; ?> meta.php 0000777 00000004064 15251357376 0006234 0 ustar 00 <?php if( !is_search() ){ if( is_single() ){ $show_date = tripgo_post_show_date() == 'yes' ? true: false; $show_cat = tripgo_post_show_cat() == 'yes' ? true: false; $show_author = tripgo_post_show_author() == 'yes' ? true: false; $show_comment = tripgo_post_show_comment() == 'yes' ? true: false; }else{ $show_date = tripgo_blog_show_date() == 'yes' ? true: false; $show_cat = tripgo_blog_show_cat() == 'yes' ? true: false; $show_author = tripgo_blog_show_author() == 'yes' ? true: false; $show_comment = tripgo_blog_show_comment() == 'yes' ? true: false; } ?> <?php if( $show_date || $show_cat || $show_author || $show_comment ){ ?> <ul class="post-meta"> <?php } ?> <?php if( $show_date ){ ?> <li class="date"> <i class="ovaicon-calendar-1"></i> <?php the_time( get_option( 'date_format' ));?> </li> <?php } ?> <?php if( $show_cat ){ ?> <li class="category"> <i class="ovaicon-folder-1"></i> <?php $categories = get_the_category(); if ( !empty( $categories ) && is_array( $categories ) ) { printf( '<a href="%s">%s</a>', esc_url( get_category_link( $categories[0]->term_id ) ), esc_html( $categories[0]->name ) ); } ?> </li> <?php } ?> <?php if( $show_author ){ ?> <li class="author"> <i class="ovaicon-user-1"></i> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> <?php the_author_meta( 'display_name' ); ?> </a> </li> <?php } ?> <?php if( $show_comment ){ ?> <li class="comment"> <i class="ovaicon-chat-comment-oval-speech-bubble-with-text-lines"></i> <?php comments_popup_link( esc_html__(' 0 Comments', 'tripgo'), esc_html__(' 1 Comment', 'tripgo'), ' % '.esc_html__('Comments', 'tripgo'), '', esc_html__( 'Comment off', 'tripgo' ) ); ?> </li> <?php } ?> <?php if( $show_date || $show_cat || $show_author || $show_comment ){ ?> </ul> <?php } ?> <?php } ?>