Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created September 12, 2011 05:05
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 claytantor/1210625 to your computer and use it in GitHub Desktop.
Save claytantor/1210625 to your computer and use it in GitHub Desktop.
trying again
<div class="postEntry">
<?php
if (class_exists("WelocallyPlaces")) {
$wl_plugin = new WelocallyPlaces();
$wl_plugin->addPostPlaceInfo();
}
?>
<?php the_content('Continue reading &raquo;'); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment