Created
August 20, 2012 20:02
-
-
Save jrstaatsiii/3407327 to your computer and use it in GitHub Desktop.
Attempting to use Pippin's get excerpt by id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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