Display content of a specific page on home page (WordPress) Post published:August 7, 2015 Post category:Tech Info Post author:Bastin X Post comments:0 Comments if ( is_home() ) { echo get_post_field(‘post_content’, ‘419’); } or $id=419; $post = get_post($id); $content = apply_filters(‘the_content’, $post->post_content); echo $content; Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment. You Might Also Like How to change PrestaShop admin Password using Database October 25, 2014 cURL error 60: SSL certificate prblm: unable to get local issuer certificate December 30, 2022 Email Sentences and Phrases in different situations October 19, 2023