I visit http://ltty.wordpress.com/ and want to know the theme name (so that I can use 🙂 for my blog). How can I get it?
Leave a Reply
You must be logged in to post a comment.
I visit http://ltty.wordpress.com/ and want to know the theme name (so that I can use 🙂 for my blog). How can I get it?
You must be logged in to post a comment.
This method isn’t always fireproof, but you can often look at the source code (right click on white space in the blog), and look for the word “themes.” For instance, in the case of ltty.wordpress.com, this line appears:
The theme is “inove.” A quick Google Search reveals this source:
http://wordpress.org/extend/themes/inove
This is WordPress .com blog – running on provided service. It has no installable themes but choice from number of themes, provided by service. I can’t find official list of themes available there so no idea if there is version for self-hosted blogs available.
For self-hosted version of WordPress (commonly referred to as .org) you can usually find theme name by looking up and opening
style.css
file in source.