|
Specific post:
<?php echo do_shortcode( '[AuthorRecommendedPosts post_id="XXX"]' ); ?>
Where XXX is the ID of the post or page you want to pull in the results from.
Use within the loop
<?php echo do_shortcode( '[AuthorRecommendedPosts]' ); ?>
Will automatically get the $post_id if it is contained within the loop.
|