Displaying content from a custom field from My Listing Theme
-
Hi there,
I am using the My Listing theme and have created a custom field in there. I am now trying to display this on the front end using the following code.
I understand this may be an theme specific question, but wondered if my code looks ok and would typically be ok to use to display a field?
<?php // Get the custom field value $custom_field_value = get_post_custom( $post->ID ); // Display the custom field value echo $custom_field_value['free-event']; ?>
This is a screenshot from my admin:
https://ibb.co/cYB22FCAny suggestions would be great! Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying content from a custom field from My Listing Theme’ is closed to new replies.