我正在尝试为 wordpress 网站实现 pushstate 并遇到一些真正的麻烦
我试过使用这些
当我使用 http://html5.gingerhost.com/ = 我得到错误
GET http://wwww.mydomain.com/content.php?format=json
404 Not Found
487ms
jquery.min.js (line 4)
"NetworkError: 404 Not Found - http://www.mydomain.com/content.php?format=json"
这两种方法向我展示了整个页面!而不是指定部分
我是否错过了与 wordpress 相关的内容?
我的导航看起来像这样
<ol class="primary-nav">
<li class="page_item"><a href="http://www.mydomain.com/charities">/ Charities</a></li>
<li class="page_item"><a href="http://www.mydomain.com/contact">/ Contact</a></li>
<li class="page_item"><a href="http://www.mydomain.com/join-us">/ Join us</a></li>
<li class="page_item"><a href="http://www.mydomain.com/news">/ News</a></li>
<li class="page_item"><a href="http://www.mydomain.com/who-we-are">/ Who we are</a></li>
</ol>