Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
natchbone
/
avatar
/
includes
/
blog
:
post-meta-style-1.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php defined( 'ABSPATH' ) || exit; ?> <div class="post-meta-info post-info-style-1"> <?php include TPGB_INCLUDES_URL. 'blog/meta-date.php'; if(!empty($ShowDate) && $ShowDate == 'yes' && !empty($ShowAuthor) && $ShowAuthor == 'yes') { ?> <span class="tpgb-dynamic-tran">|</span> <?php } if(!empty($ShowAuthor) && $ShowAuthor == 'yes') { ?> <span class="post-meta-author tpgb-dynamic-tran"><?php echo wp_kses_post($authorTxt); ?> <a href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>" rel="author" class="tpgb-dynamic-tran"><?php echo get_the_author(); ?></a></span> <?php } ?> </div>