如何知道别人的WordPress博客使用什么主题

  经常会看到别人博客使用的漂亮主题,想研究研究,但是有少数博客会把主题的版权隐藏起来,这样我们想了解这个主题就有些麻烦了。去网上搜索没有一定的线索,是找不到的。看见一个漂亮的主题,我们首先寻找页脚的地方,看没有什么信息,如果博客没有任何暗示使用的是什么主题,那就很令人沮丧了。不过我会告诉你一个简单的方法,可以立刻知道是什么主题。

  理由很简单,因为大多数情况下,任何一个用WordPress搭建的博客,主题的设计者会把主题放在一个以主题名称命名的文件夹,在这个文件夹里存放所有主题文件,包括样式表,style.css 。

  以blogohblog为例,这是一个让我一见倾心的主题,可惜不知道主题名字。于是查看源文件,发现如下代码。<link rel=”stylesheet” href=”http://www.blogohblog.com/wp-content/themes/bobonfire/style.css” type=”text/css” media=”screen” />那么,毫无疑问,由此可知主题的名字叫bobonfire。是bob新开发的一个主题,从网上搜索没有相关的介绍,但是搜到站内一篇博文Blog Oh! Blog on Fire,写了些这个主题相关的文字。这个主题作者可能不会放出来供大家免费使用,但有些细节的东西我们可以从CSS文件中学习一下。

7 Responses to “如何知道别人的WordPress博客使用什么主题”

  1. schuen  on June 13th, 2008

    however one can change this path..

    [reply]

  2. KimCool  on June 15th, 2008

    准确的方法可不是这样.应该是查看他的CSS里面的介绍.

    [reply]

    dreamer reply on June 15th, 2008 23:31:

    如果一个人真的想把主题的说明痕迹去掉也是很容易的,有些盗用国外收费主题的恐怕要想尽办法去除痕迹

    [reply]

  3. MY-Hou  on June 15th, 2008

    少些卑劣的人就不用那么麻烦了

    [reply]

    dreamer reply on June 15th, 2008 22:52:

    正确

    [reply]

  4. 睡到自然醒blog  on September 13th, 2008

    这个方法不错,担有的人也会把theme文件夹名字换掉..

    [reply]

  5. Muhammad Abbas  on January 14th, 2009

    Well cheating by stealing a theme and removing all the traces is not difficult at all.

    But tracking a theme’s name via teh css file is a good way. By chance i visited Blog Oh Blog and i liked the bob on fire theme so much that i wanted to know where to get the theme(i didn’t know the site owner himself designed it), so i looked through the source code of the page and found themes/bobxx/xx.css and then i googled for the theme.

    nice article though. css will help you 80% of the times to find about themes names etc when the copyright notices have been removed.

    Regards
    Abbas

    [reply]


Leave a Reply