数字化技能提升教程,数字化时代生存宝典

数字化百科 / 产品文档 / WordPress:Template Tags/the meta

WordPress:Template Tags/the meta

查看全部产品文档命名空间:WordPress

描述

为当前文章显示meta "key:value" pairs,或者post-meta的一个无序列表。必须在The_Loop内使用。关于这个标签的更多信息,请看看WordPress:Using_Custom_Fields

用法

%%% <?php the_meta(); ?> %%%

例子

<p>Meta information for this post:</p>

<?php the_meta(); ?>

参数

这个标签没有参数。

相关的

the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, previous_post_link, next_post_link, posts_nav_link, the_meta,

模板:没有Param标签页底文字