Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {block:Photo}
- <div id="img">
- {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}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div id="img">
- {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}</div>
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- ok ok so you see this code? thats the default one. select all and replace it with the one below:
- {block:Photo}
- <div id="img">
- {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}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div id="img">
- {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>
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- i forgot to add the permalink one oh my gosh i am so sorry.
- OH AND this is important. make sure you post paste this code below;
- <meta name="if:captions" content="1">
- 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