php code for custom field
-
Hello, first of all, thank you for the plugin.
I am very new to php and would like some guidance from you.
I made a custom field for post tags called “video”. I simply want to call the field and display it based on the current page. What php code do I need to use? I have searched around for an answer, but nothing seems to be what I need.
I am currently successfully calling and displaying the tag description this way:
<?php echo category_description( $category_id ); ?>How can I call this custom “video” field this way?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘php code for custom field’ is closed to new replies.