代碼: 選擇全部
Posted on 2014-10-21 by 林 深靖
應改為 ◎林深靖
代碼: 選擇全部
// Add Postmeta Data
if ( ! function_exists( 'themezee_display_postmeta' ) ):
function themezee_display_postmeta() { ?>
<!--
<span class="meta-date"><?php _e('Posted on', 'themezee_lang'); ?> <a href="<?php the_permalink() ?>"><?php the_time(get_option('date_format')); ?></a></span>
-->
<span class="meta-author"><!--<?php _e('by', 'themezee_lang'); ?>-->@ <?php the_author_posts_link(); ?></span>
<?php
edit_post_link(__( 'Edit', 'themezee_lang' ));
}
endif;