網頁

2014年4月30日 星期三

wordpress tags

Description

Retrieve the list of tags for a post.

Usage


<?php wp_get_post_tags$post_id$args ?>
example:
   $tags = wp_get_post_tags($post_id); //json_encode($tags);   foreach ( $tags as $tag ) $my_tags .= "#".$tag->name." "; echo("<script>console.log(' rb_get_post_format_content ". $my_tags . "');</script>");   $my_tags_html ='<p>'.$my_tags.'</p>';

功能迴聲(或顯示?)WordPress的標籤頭部分


沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。