hanatamagotchi

theme thingy

Feb 19th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. {block:Photo}
  2. <div id="img">
  3. {block:IndexPage}<img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>{/block:IndexPage}
  4.  
  5. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
  6. {/block:PermalinkPage}
  7. {/block:Photo}
  8.  
  9. {block:Photoset}
  10. <div id="img">
  11. {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}</div>
  12.  
  13. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  14. {/block:Photoset}
  15.  
  16.  
  17.  
  18. ok ok so you see this code? thats the default one. select all and replace it with the one below:
  19.  
  20.  
  21.  
  22. {block:Photo}
  23. <div id="img">
  24. {block:IndexPage}<img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/>{block:ifCaptions} {block:Caption}{Caption}{/block:Caption} {/block:ifCaptions}</div>{/block:IndexPage}
  25.  
  26. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
  27. {/block:PermalinkPage}
  28. {/block:Photo}
  29.  
  30. {block:Photoset}
  31. <div id="img">
  32. {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}{block:ifCaptions} {block:Caption}{Caption}{/block:Caption} {/block:ifCaptions}</div>
  33.  
  34. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  35. {/block:Photoset}
  36.  
  37.  
  38.  
  39. i forgot to add the permalink one oh my gosh i am so sorry.
  40. OH AND this is important. make sure you post paste this code below;
  41.  
  42.  
  43. <meta name="if:captions" content="1">
  44.  
  45.  
  46. on top of <meta name="if:250px Posts" content="1"/>. it should work i hope. if it doesn't don't feel guilty of asking me its nothing to worry about!! ;v;
Advertisement
Add Comment
Please, Sign In to add comment