类中未找到方法‘POST_TITLE’。

时间:2015-04-20 作者:Snowcrash

我正在通过phpStorm运行一些代码,但出现了一个错误:

Method \'post_title\' not found in class. 
在这一行:

echo $post->post_title();
是phpStorm搞错了还是我访问了post_title 不正确?

1 个回复
SO网友:Samuele Colombo

两行代码可以隐藏很多东西,但我发现了一个错误:post\\u title是一个属性,而不是一个方法。

echo $post->post_title;
参考号:https://codex.wordpress.org/Class_Reference/WP_Post

结束

相关推荐

将所有Video Post格式显示到页面

我正在为所有posts_format 具有video.目前,我有:<?php $format = has_post_format(\'video\', $post_id); ?> <?php if($layout != \"fullwidth\") { echo \'<div class=\"page_inner\">\'; } if (have_posts()) : while (ha