Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "Template:Post Meta Tags"

m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Custom Fields|'''Custom Fields''']]:
 
[[Custom Fields|'''Custom Fields''']]:
[[Template Tags/the meta|the_meta]],
+
[[Function Reference/the meta | the_meta()]],
[[Function Reference/get post meta|get_post_meta]],
+
[[Function Reference/get post meta | get_post_meta()]],
[[Function Reference/add post meta|add_post_meta]],
+
[[Function Reference/add post meta | add_post_meta()]],
[[Function Reference/update_post_meta|update_post_meta]],
+
[[Function Reference/update_post_meta | update_post_meta()]],
[[Function Reference/delete post meta|delete_post_meta]],
+
[[Function Reference/delete post meta | delete_post_meta()]],
[[Function Reference/get post custom|get_post_custom]],
+
[[Function Reference/get post custom | get_post_custom()]],
[[Function Reference/get post custom values|get_post_custom_values]],
+
[[Function Reference/get post custom values | get_post_custom_values()]],
[[Function Reference/get post custom keys|get_post_custom_keys]]
+
[[Function Reference/get post custom keys | get_post_custom_keys()]]
(See Also: [[Function_Reference/post_meta_Function_Examples|post_meta Function Examples]])
+
(See Also: [[Function_Reference/post_meta_Function_Examples | post_meta Function Examples]])

Latest revision as of 23:50, 5 January 2011

Custom Fields: the_meta(), get_post_meta(), add_post_meta(), update_post_meta(), delete_post_meta(), get_post_custom(), get_post_custom_values(), get_post_custom_keys() (See Also: post_meta Function Examples)