使用自定义选项面板上传和插入图像,就像《二十个十》主题中那样?

时间:2011-01-23 作者:janoChen

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。为了让图像出现,我必须上传两次)。

1 个回复
最合适的回答,由SO网友:Rarst 整理而成

当前唯一可用的Theme Features 这种类型的用于标题和背景。

滑块是非常受欢迎的功能,所以获得此类功能的最佳选择是查看可用的插件。

结束

相关推荐

如何获取我在Add_Options_Page中为我的页眉指定的标题

我有add_options_page(\'Post Products Settings\', \'Post Products Settings\', \'administrator\', \'pp_settings\', \'pp_settings_page\'); 无论如何,我可以得到在第一个参数中指定的内容,以便在我的页眉中使用?我知道我可以硬编码,但只是好奇