Php / Wordpress:将帖子内容存储到变量中?

时间:2012-04-03 17:24:54

标签: php wordpress

使用the_post()循环时,如何获取发布数据? 我无法使用the_content()检索帖子内容数据,因为它会在屏幕上自动“打印”内容。

我需要将它存储在一个值中以便我可以操作它,我只需要显示标题的一小部分内容。

3 个答案:

答案 0 :(得分:9)

使用get_the_content()获取帖子的内容

答案 1 :(得分:3)

请参阅get_the_content()功能 - http://codex.wordpress.org/Function_Reference/get_the_content

请注意有关应用过滤器apply_filters('the_content',...

的部分

答案 2 :(得分:-1)

或者......只是全球var $ post

$post->post_content