本地安装未加载模板图像,但正在加载其他所有XAMPP

时间:2014-09-30 作者:bazzlebrush

我正在尝试在我公司的WordPress网站的XAMPP上创建一个本地版本。

除了主题图片没有加载外,一切都很好。(正在加载CMS图像)

查看图像路径,我注意到它们为什么没有加载。根目录不存在。是的;

http://localhost/wp-content/themes/stepladder/images/homepage-hero/header-hero-SL.png
应为;

http://localhost/stepladder/wp-content/themes/stepladder/images/homepage-hero/header-hero-SL.png
这是我用于主题图像的代码;

<span><?php the_title(); ?><img src="<?php echo get_template_directory_uri(); ?>/images/border-white.png" class="underline"></span>
我也试过了;

<?php bloginfo(\'template_directory\'); ?>
但结果是一样的。

奇怪的是,这个模板标记成功地加载了其他资源,比如脚本(来自functions.php)

2 个回复
SO网友:Diogo Gomes

可能是您的localhost siteurl选项设置不正确
尝试将此添加到您的wp配置中。php文件:

define(\'WP_HOME\',\'http://localhost/stepladder\');
define(\'WP_SITEURL\',\'http://localhost/stepladder\');
如果它有效,则证明您的siteurl选项(在选项表上)不正确。

希望有帮助,干杯

SO网友:emilushi

那么...怎么样htaccess可能您必须更改RewriteBase /RewriteBase /stepladder

结束

相关推荐

Installing WP on localhost

这可能是一个初学者的问题,但作为Codex Installing WP 也就是说,我使用直接在服务器上安装WP,然后在线进行更改,而不是开始在本地主机上安装并在那里进行更改。然而,我猜这不是一个好的选择。有人能确认我应该开始在本地主机上安装WP吗?因此http://example.com/wp-admin/install.php, 我应该去http://localhost/example/wp-admin/install.php