Wednesday, 15 July 2015

calling specific post with shortcode in wordpress -



calling specific post with shortcode in wordpress -

i building wordpress custom template, created page display home page specific post, when tried phone call post short code won't show.

div class="row"> <div class="col-md-12"> <?php $post_id = 168; $queried_post = get_post($post_id); ?> <?php echo $queried_post->post_content; ?> </div> </div>

thanks in advance, first time creating site using wordpress , not familiar php @ all.

wordpress shortcode

No comments:

Post a Comment