更改源上的柔性滑块

  • 本文关键字: blogger flexslider
  • 更新时间 :
  • 英文 :


我想更改Blogger上Flexslider内出现的图片/帖子的来源。现在,它显示"最近的帖子",但我想只显示具有特定标签/类别的帖子。我试图处理以下代码,但不知道如何更改。。。

<script>
document.write(&quot;&lt;script src=&quot;/feeds/posts/default?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1&quot;&gt;&lt;/script&gt;&quot;);
</script>   

要通过标签获得帖子提要,请使用此路径/feeds/posts/default/-/labelName

用有效的标签名称替换labelName

<script>
document.write(&quot;&lt;script src=&quot;/feeds/posts/default/-/labelName?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1&quot;&gt;&lt;/script&gt;&quot;);
</script>

相关内容

  • 没有找到相关文章

最新更新