在我的主要博客页面上,左侧有分类图片。当我单击摘录列表底部的“下一页”并加载第二页摘录时,图像不再显示。这些图像直接在一个小部件中编码。知道我错过了什么吗?
主要博客页面:
代码(注意:我将url中的主题名称更改为“themename”,以在问题修复后保持匿名):<div class="homecat" style="margin-top: 19px; height: 200px; line-height: 200px; margin-bottom: 20px; background: url(../wp-content/themes/themename/images/cat-craftideas.jpg); border: none;"><a href="../category/craft-ideas">craft ideas</a></div>
<div class="homecat" style="margin-top: 19px; height: 200px; line-height: 200px; margin-bottom: 20px; background: url(../wp-content/themes/themename/images/cat-party.jpg); border: none;"><a href="../category/party">party</a></div>
<div class="homecat" style="margin-top: 19px; height: 200px; line-height: 200px; margin-bottom: 20px; background: url(../wp-content/themes/themename/images/cat-printables.jpg); border: none;"><a href="../category/printables">printables</a></div>