© BAUDELAIRED
Diana. 19. Animation major & computer science minor. This is my theme blog. Please read the FAQ and look through the tags before asking questions :)
→ CLICK HERE TO SAY THANKS←

thebananaskid inquired:
Hi. I really like all your themes, are amazing. I like the first, but this have a lot of liks that i don't need. Can i change or do something with this or not? If not, that's okay, there's not problem, i'm just asking. Thanks:) *and sorry if i wrote a little bit bad, i don't speak english*

sure! for the first theme look for this code,

<div class=”links”><a href=”/”>home</a><a href=”/ask”>message</a><a href=”/archive”>archive</a><a href=”http://fezzings.tumblr.com”>theme</a>{block:ifLink1}<a href=”{text:Link1}”>{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href=”{text:Link2}”>{text:Link2 Title}</a> {/block:ifLink2}</div>

if you don’t want the 2 extra links, delete these from that code

{block:ifLink1}<a href=”{text:Link1}”>{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href=”{text:Link2}”>{text:Link2 Title}</a> {/block:ifLink2}

just remember to leave the credit link where it is :)

kingsleeper inquired:
is there anyway to add a third link to theme one?

yes you can! look for <div class=”links”> and you see how the links are placed there? just insert this code

<a href=”http://yourlinkhere”>text here</a>

and another link should appear :)

jacobdarren inquired:
hi! I'm currently using the first theme you made and I did a little but of adjusting to the code currently (don't worry, it's still crediting you - just adding links and stuff). the last thing I want to do, however, is change the positioning of the tags.
they currently are on the side of the post and it's making my page extend horizontally. I would like to have the tags be below each post, with the permalink. do you know an easy way to do that? thank you so much for your help! I love the theme!

of course! look for this code

{block:HasTags}<b>tagged:<br></b>{block:Tags}<br> #<a href=”/tagged/{Tag}”>{Tag}</a>{/block:Tags}{/block:HasTags}

copy it, then delete it from where it is currently in the theme. next, you are going to look for the code #footer, and insert this tag code right after {/block:RebloggedFrom}

<br>{block:HasTags}tagged:{block:Tags}#<a href=”/tagged/{Tag}”>{Tag}</a>{/block:Tags}{/block:HasTags}