Skip to content

Instantly share code, notes, and snippets.

@Fitoussi
Created March 31, 2016 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fitoussi/0f1857490f92837a28d17b0fcbafce48 to your computer and use it in GitHub Desktop.
Save Fitoussi/0f1857490f92837a28d17b0fcbafce48 to your computer and use it in GitHub Desktop.
add website to nearby locations results
<div class="website">
<i class="">Website: </i>
<a href="<?php echo esc_url($post_data->website); ?>" target="_blank">
<?php echo esc_html( $post_data->website ); ?>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment