Skip to content Skip to sidebar Skip to footer

Can I Hide All Posts From Tumblr's Main Blog While Keeping Them Unhidden From Their Routed Pages?

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.tumbl

Solution 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.

Post a Comment for "Can I Hide All Posts From Tumblr's Main Blog While Keeping Them Unhidden From Their Routed Pages?"