Your themes are beautiful and unique. I recommend them to anybody looking for a good theme. :)
whaaaaaaaaaaaaaaaaaaaaaaat thank you *blushing* :DD Soon i will release a new theme, aren’t you happy too?! ;P

seen from Brazil

seen from New Zealand

seen from Singapore

seen from United States
seen from United States
seen from China

seen from Mexico
seen from United States

seen from Germany
seen from China
seen from Germany

seen from Malaysia

seen from United States

seen from Malaysia
seen from Brazil
seen from China

seen from United States
seen from Brazil
seen from Jamaica
seen from Czechia
Your themes are beautiful and unique. I recommend them to anybody looking for a good theme. :)
whaaaaaaaaaaaaaaaaaaaaaaat thank you *blushing* :DD Soon i will release a new theme, aren’t you happy too?! ;P

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Your themes are the best themes <3
Awww thank you.. you are da BEST! :DD
I was just wondering if it was happening to you, but is tumblr letting you do a custom page? It's only letting me do a standard layout page and I'm just like D: heeellpppp
You will find all the answers here :D
Sorry to bother you but I was looking through your tutorials and I came across the chat box feature tutorial which I liked the sound of so I clicked the 'read more' break but it said the URL could not be found.
So i checked if somebody reblogged all the post (including the part after READ MORE) … go HERE ;D
How can I add a title to a theme that doesn't come with one?
You basically need to create a div (box) where you will put your title, then add a certain CSS and place the HTML in the code. So maybe for example:
CSS
#title { all the codes here}
HTML
{Title}
This is basically what i do for every element of the theme. I create a certain div and i add that html div. But you also can only add the title by only adding "{Title}", just so you know that :D
EDIT: i don't know why you can't see all the html code, still there is a id code to put after the first div!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
I'm sorry if you answered this before, but where did you get your blog theme from/if you made it, will you release it? I looked at your themes and stuff but I'm afraid I can't find it, sorry ;w; It's jsut such a pretty, neat theme. Thanks for your answer in advance!
I made this blog theme, but i don’t want to release it at all. I gave it ONLY to one of my friends here, but still i will release something very very similar if you are interested :)
hey don't be sorry you don't have time to respond or anything you're nice enough already and I'm sorry on behalf of any rude anons
rude anons? nahhh i didn’t think AT ALL about rude!! You all are the nicest people i could think of and you all help me even when i get asks about texts or something simple. You really don’t get how much it worth this to me? THE WORLD.
And YES i don’t have time, but i also only get around 6 asks every week, so it’s not that much. And if i want to do this job i need to be able to find time for anything and everyone! :D
EDIT IMPORTANT: When i will have time btw i will make a tutorial about Index, Permalink and Tag Pages, because i already thought about that so ;P
Can you do a tutorial for the ask thing because i am getting so confused on trying to do it? -.-
I think the tutorial and the code i gave you pretty much said and explained all. But still the difference is:
{block:IndexPage} text {/block:IndexPage}
{block:PermalinkPage} text {/block:PermalinkPage}
{block:TagPage} text {/block:TagPage}
1) IndexPage: it shows all the content that will appear when you go in the blog, like you said “this is an ask about themes go to this page".
2) PermalinkPage: it shows all the content in the permalinks, expecially notes.
3) TagPage: it shows everything only in the tags, in the guide it explain that you need to add a link to go to that certain tag, because if you don’t add anything you will Never see that post!
As you see i made a code for asks for the IndexPage and for the TagPage, because i had a problem if i only showed the posts in the Tag pages.. but my advise is TRY and TRY until you will find the code you want. Just remember to add something like this:
{block:Answer}{block:IndexPage} text {/block:IndexPage}{block:TagPage} {Asker}{Question}{Answer} {/block:TagPage}{/block:Answer}
or something like this
{block:Answer}{block:IndexPage} text {/block:IndexPage}{block:PermalinkPage} {Asker}{Question}{Answer} {/block:PermalinkPage}{/block:Answer}