Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h3>Seperate homepage / tagged / permalink pages</h3> <p>It is possible to have different content / visuals for the following pages:</p> <ol> <li>Homepage - <a href="http://you.tumblr.com" rel="nofollow">http://you.tumblr.com</a></li> <li>Tagged Page - <a href="http://you.tumblr.com/tagged/yourtag" rel="nofollow">http://you.tumblr.com/tagged/yourtag</a></li> <li>Permalink Page - <a href="http://you.tumblr.com/post/123456/your-post-title" rel="nofollow">http://you.tumblr.com/post/123456/your-post-title</a></li> </ol> <p><code>{block: IndexPage}</code>, <code>{block:PermalinkPage}</code> and <code>{block:TagPage}</code> are your friends.</p> <p>Below is an example of a homepage with no posts, and the tagged / permalink containing posts.</p> <pre><code>{block:IndexPage} &lt;h1&gt;Homepage&lt;/h1&gt; &lt;!-- Don't include Post loop here --&gt; {block:TagPage} &lt;h1&gt;Tag Page&lt;/h1&gt; &lt;!-- Include Post loop here --&gt; {block:Posts} {block:Text} {block:Title}{Title}{/block:Title} {Body} {/block:Text} {/block:Posts} {/block:TagPage} {/block:IndexPage} {block:PermalinkPage} &lt;h1&gt;Permalink Page&lt;/h1&gt; &lt;!-- Include Post loop here --&gt; {block:Posts} {block:Text} {block:Title}{Title}{/block:Title} {Body} {/block:Text} {/block:Posts} {/block:PermalinkPage} </code></pre> <p>Inside the <code>Posts</code> loop include what ever post types you need. More information can be found here: <a href="http://www.tumblr.com/docs/en/custom_themes#basic_variables" rel="nofollow">http://www.tumblr.com/docs/en/custom_themes#basic_variables</a> &amp; <a href="http://www.tumblr.com/docs/en/custom_themes#tag-pages" rel="nofollow">http://www.tumblr.com/docs/en/custom_themes#tag-pages</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload