D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
sahifa
/
framework
/
parts
/
Filename :
meta-archives.php
back
Copy
<p class="post-meta"> <?php if( tie_get_option( 'arc_meta_score' ) ) tie_get_score(); ?> <?php if( tie_get_option( 'arc_meta_author' ) ): ?> <span class="post-meta-author"><i class="fa fa-user"></i><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) )?>" title=""><?php echo get_the_author() ?> </a></span> <?php endif; ?> <?php if( tie_get_option( 'arc_meta_date' ) ): ?> <?php tie_get_time() ?> <?php endif; ?> <?php if( tie_get_option( 'arc_meta_cats' ) && get_post_type( get_the_ID() ) == 'post' ): ?> <span class="post-cats"><i class="fa fa-folder"></i><?php printf('%1$s', get_the_category_list( ', ' ) ); ?></span> <?php endif; ?> <?php if( tie_get_option( 'arc_meta_comments' ) ): ?> <span class="post-comments"><i class="fa fa-comments"></i><?php comments_popup_link( '0' , '1' , '%' ); ?></span> <?php endif; ?> <?php if( tie_get_option( 'arc_meta_views' ) && get_post_type( get_the_ID() ) == 'post' ): ?> <?php echo tie_views(); ?> <?php endif; ?> </p>