調整様板上資訊

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

調整様板上資訊

文章 yehlu »

代碼: 選擇全部

Posted on 2014-10-21 by 林 深靖

應改為  ◎林深靖
zeeNews: 佈景函式庫 (functions.php)

代碼: 選擇全部

// 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;
回覆文章

回到「WordPress」