Template Tags/the meta
Материал из WordPress Wiki
Содержание |
Description
Displays an unordered list of meta "key:value" pairs, or the post-meta, for the current post. Must be used from within The_Loop. For more information on this tag, see Using_Custom_Fields.
Usage
%%% <?php the_meta(); ?> %%%
Example
<p>Meta information for this post:</p> <?php the_meta(); ?>
Parameters
This tag has no parameters.