搜索了很长时间,我无法找到可以使用选项树框架的链接颜色选项类型的方式。
我在theme-options.php中使用了以下关于link-color的设置
array(
'id' => 'link_color',
'label' => __( 'Link Color', 'andia' ),
'desc' => __( 'You can set your all links color state.', 'andia' ),
'std' => '' ,
'type' => 'link-color',
'section' => 'general_settings',
),
为了显示链接颜色,我在模板文件中使用了以下代码(例如welcome-template.php)
<a style="background: <?php echo ot_get_option( 'link_color'); ?>" href="" rel= "prettyPhoto" ><i class=""></i></a>
请帮帮我:)。
N.B。我在主题模式中使用了选项树