Advertisement
str-wrs

Full Transparent Permalinks: HTML

Sep 11th, 2014
1,617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ---------- HTML: Option must correspond with the CSS option previously selected ----------
  2.  
  3.  
  4.  
  5.  
  6.  
  7. OPTION 1 - MOST SIMPLE
  8.  
  9. {block:IndexPage}
  10. <div class="perma_hold">
  11. <div class="perma">
  12. <a href="{Permalink}">{NoteCountWithLabel}</a>
  13. </div>
  14. </div>
  15. {/block:IndexPage}
  16.  
  17.  
  18.  
  19.  
  20.  
  21. OPTION 2 - INCLUDES EXTRAS (reblog & tags etc)
  22.  
  23. {block:IndexPage}
  24. <div class="perma_hold">
  25. <div class="perma">
  26. <b><a href="{Permalink}">{NoteCountWithLabel}</a></b>
  27. <div class="info">
  28. <a href="{ReblogURL}">reblog</a>
  29. <a href="{ReblogParentURL}">via</a>
  30. <a href="{ReblogRootURL}">source</a>
  31. </div>
  32. {block:HasTags}<div class="tags">{block:Tags}
  33. <a href="{TagURL}">{Tag}</a>
  34. {/block:Tags}</div>{/block:HasTags}
  35. </div>
  36. </div>
  37. {/block:IndexPage}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement