css - How to show tags in my tumblr theme? -


i installed this theme , i've been trying show tags.

i've tried adding code show tags, , while show them, totally messes format of theme. not sure i'm doing wrong, appreciated! (:

  1. go customize section after log in
  2. click on theme tab
  3. click use custom html

this bring edit box contains html , tumblr code used theme.

put code tags somewhere between opening {block:posts} , closing {/block:posts} tags.

to start off easy, let's put tags @ bottom of post types.

where see following line:

{/block:posts} 

insert following starting chunk this:

     {block:hastags}            {block:tags}               <a href="{tagurl}">{tag}</a>            {/block:tags}         {/block:hastags}  {/block:posts} 
  1. click update preview in lower right corner of edit box (or update itself)
  2. click save + close in upper right of dashboard.

refresh tumblr blog , should see tags display.

you can read more of specific tags markup needed on tags section of "creating custom html theme"


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -