eatingwithmeaning:
Hello! Thanks for the great theme...I had a couple questions for you:
1. How can I add a subscribe to this blog button or something similar on my page?
2. How can I make it so that the title of each post can be clicked on, which would then take you to another page with just that post on it?
I really appreciate any help you could provide. Thank you!
Annika
1. How can I add a subscribe to this blog button or something similar on my page?
2. How can I make it so that the title of each post can be clicked on, which would then take you to another page with just that post on it?
I really appreciate any help you could provide. Thank you!
Annika
You should be able to do that using pages. Set up a new page and have it redirect to the RSS feed. In your case, that would be
http://eatingwithmeaning.tumblr.com/rss.If you’re willing to dig around in the code, you can do this by going to the area just under
{block:Text}and replacing this:{block:Title}<h2>{Title}</h2>{/block:Title}with this:
{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
-
cafetheme posted this