我使用WordPress作为我的CMS,而我正在尝试更改帖子页面的主题。我已经在后端编辑了html,但是我是如何具体地(并且简单地说)可以制作一个' get'在php中调用页面来加载我创建的标题和特征图像?
答案 0 :(得分:0)
要在循环中显示标题,您可以使用函数the_title
。要显示精选图像,您可以使用功能the_post_thumbnail
。
更多信息:
http://codex.wordpress.org/Function_Reference/the_title http://codex.wordpress.org/Function_Reference/the_post_thumbnail