Display Location / Address Below Directory Listing in DirectoryPress
To display Location / Address Below Directory Listing in DirectoryPress, you need to edit _item.php in your theme folder. You can customize it how ever you want, (I have used it right before the bottom of </div> tag) I am just sharing the code below. <div> <span style=”color:#FFF;”><b>Reach <?php $key=”companyname“; echo get_post_meta($post->ID, $key, true); ?>:</b></span> [...]
