贝塔罗拉

查看wordpress主题信息

时间: 2009-02-25 / 分类: wordpress / 1个评论 发表评论

假如你看到别人博客的wordpress主题非常喜欢,但是主题名称和链接都被去掉了,那么你如何才能获得这款主题的相关信息呢?

正常情况下wordpress主题页脚(footer.php)都会保留主题的相关信息,使用人家的主题保留作者链接也是应该的,因为这是最起码的尊重.如果位于页脚(footer.php)被人工去掉,我们可以通过查看主题的css文件来查看主题信息.

以firefox浏览器为例,文件-页面另存为-保存类型选择网页全部即可,然后在保存的文件中找到style.css文件打开找到下面的信息:

/* Theme Name: iNove Theme URI: http://wordpress.org/extend/themes/inove/ Description: Inspired by MacZone.sk, created by mg12. It is very stylish, widget supported and doesn’t require any plugin. Version: 1.2.3 Author: mg12 Author URI: http://www.neoease.com/ Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar */

不用我多说想必聪明的你已经找到主题的信息了,最后希望大家能有良好的版权意识.