如何在wordpress中为每个页面更改一个模板的动态标题图像?如果有人可以帮助4.4版本的wordpress

时间:2017-04-19 11:49:54

标签: wordpress wordpress-thesis-theme

我正在创建wordpress主题,所以我面临模板问题,Becouse我每个页面只使用一个模板来提高速度。

1 个答案:

答案 0 :(得分:0)

对于每个页面,您都有$ post对象。

您需要在while(或任何自定义)循环中使用get_the_post_thumbnail($post->ID,'large');来获取横幅。

您还可以按Advanced custom fields plugin

创建自定义元字段
get_post_meta($post->ID,'banner',true);