Adding additional info to single location page
-
I am having the same issue several other commenters have had regarding adding the “additional info” to a single location page.
I have added this code to the single-location-content.php file. Can you please tell me where I am going wrong?
<?php if ($location_data['show_info'] && !empty($location_data['info_box'])): ?> <p class="info-wrapper"><strong>Location information:</strong> <span><?php echo htmlentities($location_data['info_box']); ?></span></p> <?php endif;?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding additional info to single location page’ is closed to new replies.