Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>One possible solution:</p> <p>You could use a combination of theme blocks and post tags. Below are references:</p> <ol> <li><code>{block:IndexPage} {/block:IndexPage}</code> - <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></li> <li><code>{block:PermalinkPage} {/block:PermalinkPage}</code> - <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></li> <li><code>{block:TagPage} {/block:TagPage}</code> - <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></li> <li><code>Post Tags</code> - <a href="http://www.tumblr.com/docs/en/using_tags" rel="nofollow">http://www.tumblr.com/docs/en/using_tags</a></li> </ol> <p>You would have to tag each post with a specific word. For the example lets use <strong>blog(#blog)</strong>.</p> <h3>Example HTML:</h3> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; {block:Posts} {block:IndexPage} &lt;a href="http://username.tumblr.com/tagged/blog"&gt; &lt;img src="someimage.jpg" alt="somealtag" /&gt; &lt;/a&gt; {/block:IndexPage} {block:TagPage} &lt;!-- Add #blog Index Page Here --&gt; {/block:TagPage} {block:PermalinkPage} &lt;!-- Add #blog Permalink Page Here --&gt; {/block:PermalinkPage} &lt;/body&gt; &lt;/html&gt; </code></pre> <h3>Bonus:</h3> <p>Finally you could utilise the Pages feature (<a href="http://www.tumblr.com/docs/en/pages" rel="nofollow">http://www.tumblr.com/docs/en/pages</a>) and set up a redirecting page (<a href="http://www.tumblr.com/docs/en/pages#redirect" rel="nofollow">http://www.tumblr.com/docs/en/pages#redirect</a>):</p> <p><a href="http://username.tumblr.com/blog" rel="nofollow">http://username.tumblr.com/blog</a></p>
    singulars
    1. This table or related slice is empty.
    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. This table or related slice is empty.
    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