Search code examples
tumblr

How to code "Category" for tumblr


christinerenu.tumblr.com

I have managed to get a theme that allows for Categories.

I was wondering on how to tag/code my posts to display on each "Category" page.

eg: I was would like the coffee related images to display when I click on "Cafe"

Cheers


Solution

  • You simply need to change

    christinerenu.tumblr.com/tagged/cafe/
    to christinerenu.tumblr.com/tagged/coffee

    You can do this by going to your blog's "customize" tab, and editing the HTML. Try searching the code by pressing Ctrl-F on your keyboard, this will allow you to search. Search for "cafe" until you find the link. Simply change "/tagged/cafe" with "/tagged/coffee"