210提供了更改标题背景图像的选项。
此功能中涉及的代码在哪里?(上传图片并添加图片)。
我想模拟此功能来存档以下内容:
上载自定义徽标,并将各种图像(可能10个)上载到滑块中。
所以front-page.php
看起来是这样的:
自定义徽标:
<div id=logo>
<!-- add custom logo here -->
</div>
滑块的自定义图像:
<div id=nivo-slider>
<!--- add the uploaded images for the slider here -->
<div>
EDIT: I realised that the theme uses this: add_custom_image_header(). Does Wordpress have a similar function to add other type of custom images (like logo, feature image, etc...) ?
(我发现的更简单的方法是
this, 但我认为它有一个bug。为了让图像出现,我必须上传两次)。