Show features in overview
-
Hi Folks,
how can i show the features and community features in the property overview?
I copied from property.php :<?php if(!empty($wp_properties['taxonomies'])) foreach($wp_properties['taxonomies'] as $tax_slug => $tax_data): ?> <?php if(get_features("type={$tax_slug}&format=count&links=false")): ?> <div class="<?php echo $tax_slug; ?>_list features_list"> <h2><?php echo $tax_data['label']; ?></h2> <ul class="wp_<?php echo $tax_slug; ?>s wpp_feature_list clearfix"> <?php get_features("type={$tax_slug}&format=list&links=false"); ?> </ul> </div> <?php endif; ?> <?php endforeach; ?>
into property-overview.php but it doesn’t show up features and community features as it does on the single property site.
Can someone please help me.Cheers,
Jana
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show features in overview’ is closed to new replies.