2017-01-05 17 views
0

我使用無限滾動WordPress插件,出於某種原因,使用該插件加載的所有帖子都無法正確顯示「繼續閱讀」鏈接。這是一個鏈接:http://fieldtreasuredesigns.com/。一旦你向下滾動足夠多的文章加載,你應該注意到「繼續閱讀」鏈接混亂。發生的是,實際文本「繼續閱讀」被推到了外面,它只是顯示爲文本而不是鏈接。它爲什麼這樣做?無限滾動WordPress導致「閱讀更多」錯誤

這裏是爲HTML格式正確的「繼續閱讀」鏈接:

<div class="entry-content"> 
            <p>Ok friends, let&#8217;s face it. It&#8217;s always time for coffee around here. So this week I am doing a giveaway to help you have a solid coffee time as well. It&#8217;s super easy to enter to win. Just repost the photo above on @Instagram with a shout to @fieldtreausuredesignsa and use the hashtag #fieldtreasurecoffeetimegiveaway. If </p> 
       <a class="more-link auto" href=http://fieldtreasuredesigns.com/field-treasure-coffee-time-giveaway/>Continue reading &raquo;</a>        <div class="clr"></div> 
      </div><!-- .entry-content --> 

下面是發生了什麼一個實例,「繼續閱讀」鏈接已加載後,當有人向下滾動到頁的結尾和無限滾動插件加載更多:

<div class="entry-content"> 
            <p>Yesterday I shared a live periscope&nbsp;of a little behind the scenes of our temporary shop and the last Saw Horse Desk build process for 2015. Enjoy! (Click the little play button down at the bottom if the video doesn’t automatically load.)</p> 
       <a class="more-link auto" href="http://fieldtreasuredesigns.com/periscope-sawhorsedesk-bth"></a>Continue reading »        <div class="clr"></div> 
      </div> 

任何幫助將不勝感激。

回答

0

問題:

錨標記,是其發生,請檢查檔案頁面進行修復外,您的文字。

固定碼

<div class="entry-content"> 
            <p>Yesterday I shared a live periscope&nbsp;of a little behind the scenes of our temporary shop and the last Saw Horse Desk build process for 2015. Enjoy! (Click the little play button down at the bottom if the video doesn’t automatically load.)</p> 
       <a class="more-link auto" href="http://fieldtreasuredesigns.com/periscope-sawhorsedesk-bth">Continue reading » </a><div class="clr"></div> 
      </div> 
+0

感謝@VasimVanzara - 我仍然不明白的地方就archive.php編輯應。這裏是我的archive.php文件的鏈接:http://txt.do/ddpcm – user2070199