码迷,mamicode.com
首页 > 其他好文 > 详细

wordpress---page页面数据调用

时间:2018-12-22 16:34:55      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:style   color   div   code   wordpress   post   页面   The   数据   

在wordpress的开发中,会使用wordpress的的页面,那么页面数据该怎么调用呢?

拿到页面的 content:

<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<?php the_content(); ?> 
<?php endwhile; ?> 
<?php endif; ?>

 

wordpress---page页面数据调用

标签:style   color   div   code   wordpress   post   页面   The   数据   

原文地址:https://www.cnblogs.com/e0yu/p/10161112.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!