View Single Post
  #1  
Old 10-22-2012, 01:50 PM
jough jough is offline
Registered User
 
Join Date: Oct 2012
Posts: 1
Default How To Render a Post using the Post Template?

I'm trying to make a single post "sticky" on the home page if a certain GET param is passed to the page.

I can grab the post data from the post ID, but once I have the post object, how do I pass it to the post template so that it renders like the other posts (including firing off the Genesis hooks we've set up for the display of every other post)?

I can get the path of the single post template with the WordPress get_single_template() function, but I'm not sure how to pass in post content via Genesis so that it's rendered properly.