Modifying/Adding to Additional Details/Features
-
Hi,
I was wondering how we can add more meta boxes under ‘Additional Details’ in the back-end of a Listing Page.
By default Home Summary, Kitchen Summary, Living Room and Master Suite display under Additional Features via the Details tab and Schools & Neighbourhood display in a separate tab.I recently purchased the Classical Single Listing Template and would like to add some further details and tabs.
I tried modifying this section of code located in single-listing.php, which I’m using in my Child Theme.
<h6 class="label"><?php _e("Bathrooms", 'wp_listings'); ?></h6> <p class="value"><?php echo do_shortcode(get_post_meta( $post->ID, '_listing_bathrooms', true)); ?></p>
Adding ‘Bathrooms Summary’, but I see this is echoing a shortcode in the plugins core.
Anyway you could point me in the right direction?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Modifying/Adding to Additional Details/Features’ is closed to new replies.