Skip to content

Instantly share code, notes, and snippets.

@jrstaatsiii
Created August 20, 2012 20:02
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 jrstaatsiii/3407327 to your computer and use it in GitHub Desktop.
Save jrstaatsiii/3407327 to your computer and use it in GitHub Desktop.
Attempting to use Pippin's get excerpt by id
<div class="col col-1">
<?php $marketID = $data['ssm_market_post']; // Pull Post ID From SMOF ?>
<p class="go-to-market cat-header">Go To Market</p>
<h3><?php echo get_the_title($marketID); ?></h3>
<?php echo pippin_excerpt_by_id($marketID); ?>
<a href="<?php echo get_permalink($marketID); ?>">Read More</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment