duanjuda5789 2014-09-29 10:42
浏览 24
已采纳

更新wordpress中的header.php不会在博客上更新

I have a header.php file in the Theme editor. The theme is Excellence.

Now, I need to change the header logos href to point to example.com and not example.com/blog/ for which I've done the following:

<h1>
    <a href="http://example.com/">
        <img src="http://example.com/blog/wp-content/themes/excellence/images/logo.png"/>
    </a>
</h1>

My computers Chrome, where the changes were made, reflects this perfectly. However, all other devices and my Incognito window, still redirect to example.com/blog. How do I fix this?

  • 写回答

1条回答 默认 最新

  • dongzhao8233 2014-09-29 12:12
    关注

    Your problem can be caused by two reasons.

    1. Due to the browser caching. This can be solved by clearing the browser cache.
    2. Due to the cache plugin. This can be solved by clearing the plugin cache.

    one of the above options will solve your problem.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题