我正在使用以下链接到函数的内部图像选项。php。当点击提交按钮时,它会在wordpress admin中崩溃
<th scope="row">Image 1:</th>
<td>
<input type="text" name="director_image1" value="<?php print get_option(\'director_image1\'); ?>" />
<br/>
</td>
</tr>
我用这个来获取标题中的图像。php。
var theImage=<?php $image = get_option(\'director_image1\');?>
<?php if( $image) : ?>
<?php echo "\'".$image."\';"; ?>
<?php endif; ?>
最后,我在javascript文件中使用了theImage变量:
{
src: theImage
fade: 3000
}
你能帮我一下吗?图像没有显示。
控制台给了我这个错误:无法修改标题信息-标题已经由/Applications/MAMP/htdocs/wp-content/themes/GapInvite/images-options.php:2)中的/Applications/MAMP/htdocs/wp-includes/pluggable发送。php在线896