Show features on Overview Page
-
I’m editing my overview page as per: https://www.usabilitydynamics.com/tutorials/customizing-wp-property-overview-template-and-adding-a-custom-attribute
But I can’t get the property features to show up.
I’ve tried this:
<?php if( !empty( $property['property_feature'] ) ): ?> <?php echo $property['property_feature']; ?> <?php endif; ?>or
<ul><?php get_the_term_list( $post->ID, 'property_feature', ' <li>', '', '</li> ' ) ?></ul>And lots of other stuff I forget now because none of it worked!
Any advice greatly welcomed 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Show features on Overview Page’ is closed to new replies.