WordPress调用指定ID的文章

利用WordPress函数get_post(),调用指定ID的文章链接、标题及内容。 <?php     $post_id = 1; // 文章ID,可以在WP后台找到     echo get...