Can I hide all posts from Tumblr's main blog while keeping them unhidden from their routed pages? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-24 08:18:34

问题


I'm trying to figure out how I can keep my all of my posts off of my homepage without hiding them from my secondary pages......

Here's what I'm working with:

http://brewerstl.tumblr.com/


回答1:


I believe the following should work:

{block:IndexPage}

{block:TagPage}
<p> This will be printed on any page `tagged/xxx`</p>

{block:Text}
<!-- Add your post type loops here -->
{/block:Text}

{/block:TagPage}

{/block:IndexPage}

To summarise. The template returns no posts for the indexpage (homepage) and returns what ever post types you state on the tagged pages.



来源:https://stackoverflow.com/questions/16581570/can-i-hide-all-posts-from-tumblrs-main-blog-while-keeping-them-unhidden-from-th

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!