编辑“WordPress:Using Themes/Theme List

跳转至: 导航、​ 搜索
警告:您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您登录创建一个账户,您的编辑将归属于您的用户名,且将享受其他好处。

该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。

最后版本 您的文本
第2行: 第2行:
<div style="clear:both;"></div>
<div style="clear:both;"></div>
__TOC__
__TOC__
Before the advent of Themes, WordPress generated content using a single file, <tt>index.php</tt>, and files to support comment display and submission. A single style sheet controlled the presentation. All other pages, including the category and archive pages, were generated by passing parameters to the <tt>index.php</tt> page.


在主题出现之前, WordPress 使用单独的文件生成目录, <tt>index.php</tt>, 多 文件支持评论的显示和提交。 一个单独的样式表控制着界面。所有其他的页面,包括分类和文档页面,通过传递参数到<tt>index.php</tt>页面生成。
在主题出现之前, WordPress 使用单独的文件生成目录, <tt>index.php</tt>, 多 文件支持评论的显示和提交。 一个单独的样式表控制着界面。所有其他的页面,包括分类和文档页面,通过传递参数到<tt>index.php</tt>页面生成。


The new Theme system provides two convenient features. 
; Physically Separate Components :The new WordPress modular [[Wordpress:Stepping Into Templates|template files]] system provides a method to define separate physical [[Wordpress:Glossary#PHP|PHP]] files for the different components of your WordPress site. This allows creation of unique designs and functionality for many special pages, such as [[Wordpress:Category Templates|category archives]], [[Wordpress:Creating_an_Archive_Index|monthly archives]], and the individual entry pages.
;Quickly Change Layout and Design :It allows users with appropriate permissions to quickly change the layout of the entire site by uploading a new theme and essentially flipping a switch in the admin panel.
The old method of generating pages will still work. If you are [[Wordpress:Upgrade_1.2_to_1.5|upgrading from v1.2 or v1.2.1 or v1.2.2]], '''you can continue using your existing design'''.  Keeping your older design will not prevent you from adding additional themes and easily switching between designs.


新的主题系统提供了两种方便的功能:
新的主题系统提供了两种方便的功能:
第12行: 第18行:
;快速的更改版面和设计 :允许具有适当权限的用户通过上传一个新的主题和管理面板中本质上的一点改动快速的更改整体站点的版面。
;快速的更改版面和设计 :允许具有适当权限的用户通过上传一个新的主题和管理面板中本质上的一点改动快速的更改整体站点的版面。


原先生成页面的方法仍然适用。如果你正 [[Wordpress:Upgrade_1.2_to_1.5|从1.2版本升级到1.2.1 或者or v1.2.2]], '''你可以继续使用你现有的设计。'''。保持你的旧的设计不会妨碍你添加新的主题和在现有两个主题中间切换。  
原先生成页面的方法仍然适用。如果你正 If you are [[Wordpress:Upgrade_1.2_to_1.5|从1.2版本升级到1.2.1 或者or v1.2.2]], '''你可以继续使用你现有的设计。'''。保持你的旧的设计不会妨碍你添加新的主题和在现有两个主题中间切换。  
 
==What is a Theme?==
 
Fundamentally, the WordPress Theme system is a way to "skin" your weblog. Yet, it is more than just a "skin." Skinning your site implies that only the design is changed. WordPress Themes can provide much more control over the look ''and presentation'' of the material on your website.


==什么是主题?==
==什么是主题?==


根本上来说,WordPress主题系统是一个给weblog添加"皮肤"的方法。当然,它不仅仅是一个"皮肤." 给你的站点用上皮肤意味着仅仅是设计上的改变。WordPress主题可以提供更多的控制,而不仅是外观和''界面''。
根本上来说,WordPress主题系统是一个给weblog添加"皮肤"的方法。当然,它不仅仅是一个"皮肤." 给你的站点用上皮肤意味着仅仅是设计上的改变。WordPress主题可以提供更多的控制,而不仅是外观和''界面''。
A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. These files are called [[Wordpress:Templates|'''template files''']]. A theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (<tt>*.jpg</tt>, <tt>*.gif</tt>), style sheets (<tt>*.css</tt>), custom [[Wordpress:Pages]], as well as any necessary code files (<tt>*.php</tt>). For an introduction to template files, see [[Wordpress:Stepping Into Templates]].


WordPress 主题是一个文件的集合,它们一起为weblog创造出了一体的图形界面。这些文件叫做[[Wordpress:Templates|'''模板文件''']]。 主题修改了站点显示的方式,而没有使用修改软件。主题可以包括自定义模板文件,图片文件(<tt>*.jpg</tt>, <tt>*.gif</tt>), style sheets (<tt>*.css</tt>),自定义[[Wordpress:Pages|页面]],以及一些必须的代码文件(<tt>*.php</tt>)。参见 [[Wordpress:Stepping Into Templates|走进模板]],可以找到模板文件介绍.
WordPress 主题是一个文件的集合,它们一起为weblog创造出了一体的图形界面。这些文件叫做[[Wordpress:Templates|'''模板文件''']]。 主题修改了站点显示的方式,而没有使用修改软件。主题可以包括自定义模板文件,图片文件(<tt>*.jpg</tt>, <tt>*.gif</tt>), style sheets (<tt>*.css</tt>),自定义[[Wordpress:Pages|页面]],以及一些必须的代码文件(<tt>*.php</tt>)。参见 [[Wordpress:Stepping Into Templates|走进模板]],可以找到模板文件介绍.
Themes are a whole new ball game. Let's say you write a lot about cheese and gadgets. Through the innovative use of the [[Wordpress:The Loop|WordPress Loop]] and [[Wordpress:Templates|template files]], you can customize your Cheese category posts to look different from your Gadgets category posts. With this powerful control over what different pages and categories look like on your site, you are limited only by your imagination. For information on how to use different Themes for different categories or posts, see [[Wordpress:The Loop in Action]] and [[Wordpress:Category Templates]].


主题是一个完整的新的球类运动。假设你写了很多关于奶酪和小工具的东西。通过[[Wordpress:The Loop|WordPress Loop]] 和 [[Wordpress:Templates|模板文件]]的创新使用, 你可以自动以你的Cheese分类文章,使其看起来与Gadgets分类不同。有了这种强有力的控制不同的页面和分类外观的工具,能够限制你的只有你的想象力而已。想查找如何在不同的分类或者文章中使用不同的主题,参见 [[Wordpress:The Loop in Action|活动的Loop]]和[[Wordpress:Category Templates|分类模板]].
主题是一个完整的新的球类运动。假设你写了很多关于奶酪和小工具的东西。通过[[Wordpress:The Loop|WordPress Loop]] 和 [[Wordpress:Templates|模板文件]]的创新使用, 你可以自动以你的Cheese分类文章,使其看起来与Gadgets分类不同。有了这种强有力的控制不同的页面和分类外观的工具,能够限制你的只有你的想象力而已。想查找如何在不同的分类或者文章中使用不同的主题,参见 [[Wordpress:The Loop in Action|活动的Loop]]和[[Wordpress:Category Templates|分类模板]].


==Get New Themes==
The [http://themes.wordpress.net/ WordPress Theme Viewer] is the official site for WordPress Themes which have been checked and inspected, and are free for downloading. The site features the ability to search by type and style, and offers a demonstration of the page view elements of the Theme.


==获得新的主题==
==获得新的主题==


[http://themes.wordpress.net/ WordPress主题察看]是 WordPress已经选中或检查过的主题的官方网站,并且免费下载。 这个站点带有按类型和格式搜索的功能,还提供主题元素的页面预览。
[http://themes.wordpress.net/ WordPress主题察看]是 WordPress已经选中或检查过的主题的官方网站,并且免费下载。 这个站点带有按类型和格式搜索的功能,还提供主题元素的页面预览。
Other sources for WordPress Themes may include:
* [http://themes.wordpress.net/ WordPress Theme Viewer]
* [http://wptemplates.org/ WordPress templates]
* [http://pro-themes.com Hosting of High quality WP templates]
* [http://www.blogohblog.com/ Modern WordPress Themes]
* [http://www.wordpresstheme.com/ WordPressTheme.com]
* [http://www.elegantwpthemes.com/ ElegantWPThemes.com]
* [http://www.wordpresswow.com WordPress Wow Themes Gallery]
* [http://wordpress.org/support/forum.php?id=5 WordPress Support Themes forum]
* [http://wpgarden.com/ WordPress Garden - Theme reviews]
* [http://www.themespack.com/ WordPress Theme -ThemesPack]
* [http://www.lukaret.com/wordpress-themes/ WordPress Themes by Beng Hafner]
* [http://wptheme.net/ WordPresstheme.net Free WordPress Themes]
* [http://www.bestwpthemes.com/ Best WordPress Themes]
* [http://themes.rock-kitty.net Free WordPress Themes - Kate's Theme Viewer]
* [http://www.einternetindex.com/themes/ Free WordPress Themes]
* [http://templatextreme.com/products/wordpress-themes/ Free WordPress Themes on TemplateXtreme]
* [http://designoahu.com/wordpress-beer-theme Free beer theme by Jeremy Moseley]
* [http://www.bloggingpro.com/archives/category/wordpress-themes/ Blogging Pro WordPress Themes Category]
* [http://wpdemo.kaushalsheth.com/ Kaushal Sheth's WordPress Theme Viewer]
* [http://biboz.net/themes/ biboz.net Free WordPress Themes]
* [http://www.siteground.com/wordpress-hosting/wordpress-themes.htm Free WordPress Themes by SiteGround]
* [http://wpthemes.info/themes/ WordPress Themes by Sadish]
* [http://www.gii.in/themes/ Gii Themes]
* [http://www.skinsforwp.com/free-wordpress-themes.html Skins/Themes for WordPress]
* [http://www.prissed.com/ WordPress Themes by priss]
* [http://www.gfxedit.com/themes/wordpress/ GFXedit.com Themes]
* [http://www.dirsurfer.com/blog/wp-free-templates/ Dirsurfer Themes]
*[http://www.emilyrobbins.com/how-to-blog/comprehensive-list-of-615-free-wordpress-15-and-20-themes-templates-available-for-download-266.htm How to Blog's List of 980+ Themes]
* [http://www.alexking.org/blog/2005/02/27/wordpress-theme-competition/ Alex King's WordPress Theme Competition]
* [http://www.johntp.com/wp-skins/ JohnTP's WordPress Themes Collection]
* [http://gallery.wordpress.com/ Gallery for WordPress]
* [http://www.headsetoptions.org/ Headsetoptions WordPress Themes]
* [http://www.mandarinmusing.com/ Mandarinmusing WordPress Themes]
* [http://themez.info/ Themes for WordPress]
* [http://www.yvoschaap.com/wpthemegen/ Yvo Schapp's WordPress Theme Generator]
* [http://www.livelydirectory.com/blog/ Free WordPress Themes]
* [http://milo.peety-passion.com/ miloIIIIVII]
* [http://www.reviewmytheme.com/ ReviewMyTheme Free WordPress Template]
* [http://www.allinfodir.com/themes/ AllinfoDir WordPress Themes]
* [http://www.idk.in/blogs/?cat=14 Genuine WordPress Themes]
* [http://www.elegantdirectory.com/wp-themes/ ElegantDirectory WordPress Themes]
* [http://blog.rakcha.com/category/themes/ High Quality Themes from rakCha]
* [http://www.avivadirectory.com/downloads/category/wordpress-themes/ Aviva WordPress Themes]
* [http://www.deeplinklisting.com/blog/ Deep Link Listing - Blogger - WordPress Themes]
* [http://www.dirjournal.com/wp-themes/ Free Sponsored Themes]
* [http://www.templatesfactory.net/blog/category/wp-themes/ Free WordPress Themes]
* [http://www.wpthemesfree.com Free WordPress Themes]
* [http://blogosquare.com/wordpress-themes/ BlogoSquare Free Theme downloads and reviews]
* [http://www.get-index.com/wordpress-themes/ Free WordPress Themes]
* [http://www.ventedoy.com/themes/ Free High Quality WordPress Themes]
* [http://www.themevibes.com Free WordPress Themes]
* [http://www.mygreencorner.com/freewordpressthemes.php Free WordPress Themes]
* [http://www.jauhari.net/themes Free WordPress Themes]
* [http://www.wpmix.com/ WordPress Themes]
* [http://templates.arcsin.se/category/wordpress-themes/ Free WordPress Themes at CSS Design Templates]
* [http://themes.enquira.com/category/wordpress-themes/ enQuira Themes]
* [http://www.onehertz.com/portfolio/wordpress/ Free & Paid Themes at onehertz]
* [http://www.drchetan.com/themes Chetan Free WordPress Themes]
* [http://www.iguides.org/wp-themes/ iGuides Free WordPress Themes]
* [http://www.romow.com/blog/category/free-wordpress-themes/  Free WordPress Themes by Romow]
* [http://www.blogstheme.com/ Free WordPress Themes by blogstheme]
* [http://extjswordpress.net/ Ext JS powered WordPress Theme]
* [http://cureless.net/works/wp-themes/ Free WordPress Themes by Yoru @ Cureless]
* [http://www.cmdesignlounge.com/sponsored-themes/ Themes by ChiQ Montes]
* [http://www.allydirectory.com/wpthemes/ Free WordPress Themes]
* [http://www.blueverse.com/resources/wordpress-themes/ Blueverse SEO WordPress Themes]
* [http://www.themebox.org/ ThemeBox WordPress Themes]
* [http://www.askgraphics.com/freetemplates/ WordPress Themes by AskGraphics.com]
* [http://www.themetube.com/ Free WordPress Themes]
* [http://www.madmouse.com/blog/ Squeaky's - WordPress Themes and Articles]
* [http://www.thaslayer.com/category/templates/ slayer's web 2.0 and AJAX Tweaked WordPress themes]
* [http://www.themelogs.com/free-themes/ Free WordPress Themes]
* [http://forums.digitalpoint.com/showthread.php?p=5342152 Green Fury WordPress Theme]
* [http://imjtk.com/wordpress-themes JTk's Free Themes]
* [http://www.webmastermarty.com/category/wordpress-themes/ Webmaster Marty's WordPress Themes]
* [http://www.bretema.info/ Brétema Themes]
* [http://www.themeage.com/ Themeage]
* [http://www.wpbay.com/ Best WordPress Themes]
* [http://wpthemez.com/ Unique WordPress Themes at wpthemez]
* [http://ericulous.com/ Ericulous WordPress Themes]
* [http://wordpress-themes.chromaticsites.com/ Professional WordPress Themes - Chromatic Sites]
* [http://www.wordpresssite.com/ WordPress Theme -ThemesGallery]
* [http://wptemplates.org/ WordPress templates]
* [http://www.wordpressthemed.com/ WordPress Themed]
* [http://www.clazh.com/download/ Free WordPress Themes]
* [http://www.uzzz.net/category/wordpress-templates Uzzz Production Themes]
* [http://www.balkhis.com/category/wp-themes/ Balkhis WP Themes]
* [http://www.idk.in/blogs/?cat=14 Genuine WordPress Themes]
* [http://www.allinfodir.com/themes/ AllinfoDir WordPress Themes]
* [http://www.reviewmytheme.com/ ReviewMyTheme Free WordPress Template]
* [http://www.rahmatblog.com/category/wordpress-theme/ Rahmat's Free WordPress Themes]
* [http://www.gomvents.com/free-wordpress-themes.html Gomvents' Free WordPress Themes - Updated Daily]
* [http://www.wpthemespress.com/ Free Premium WordPress Themes]
* [http://www.dustin-hamilton.net/ Dustin Hamilton Media Free Wordpress Themes]
* [http://www.5shadestemplates.com/Free-Website-Templates.html Free Wordpress Themes and Templates]
* [http://www.internet-marketing-py.com/kostenlose-wordpress-templates/ Free Wordpress Themes]
* [http://www.webfrap.com/ WebFrap - Wordpress Themes Gallery]


其他部分WordPress主题资源:
其他部分WordPress主题资源:
第126行: 第244行:
* [http://www.webfrap.com/ WebFrap - Wordpress 主题库]
* [http://www.webfrap.com/ WebFrap - Wordpress 主题库]


==Using Themes==
WordPress supplies two themes in its distribution for your initial use.  You can switch between these two themes using the admin panel.  Themes that you add to that directory will appear in the [[Wordpress:Administration Panels]] > [[Wordpress:Administration_Panels#Presentation_-_Change_the_Look_of_your_Blog|Presentation]] as additional selections.


==使用主题==
==使用主题==
第131行: 第252行:
WordPress 为你的初始使用提供了两种主题。你可以使用管理面板切换这两种主题。添加到那个目录的主题将作为附加选项出现在[[Wordpress:Administration Panels|管理面板]]>[[Wordpress:Administration_Panels#Presentation_-_Change_the_Look_of_your_Blog|界面]]中。
WordPress 为你的初始使用提供了两种主题。你可以使用管理面板切换这两种主题。添加到那个目录的主题将作为附加选项出现在[[Wordpress:Administration Panels|管理面板]]>[[Wordpress:Administration_Panels#Presentation_-_Change_the_Look_of_your_Blog|界面]]中。


===Adding New Themes===
There are many themes available for download that will work with your WordPress installation.


===添加新的主题===
===添加新的主题===


有很多主题可以下载,可以在你的WordPress中用来使用。
有很多主题可以下载,可以用来使用在你的WordPress中。
 
[[Wordpress:Image:presentthemes1.png|thumb|right|Presentation Theme Panel]]If the theme that you are installing provides instructions, be sure to read through and follow those instructions for the successful installation of the theme.  '''It is recommended that theme developers provide installation instructions for their own themes''', because themes can provide special optional functionality that may require more steps than the basic installation steps covered here.  If your theme does not work after following any provided instructions, please '''contact the theme author for help'''.
 
[[Wordpress:Image:presentthemes1.png|thumb|right|Presentation主题面板]]如果你安装的主题提供说明,一定要仔细阅读按照说明来安装,以便成功的安装。'''推荐主题开发者为他们的主题提供安装说明''', 因为主题可以提供特殊的可选择的功能,可能这会比基本安装需要更多的步骤。如果你的主题在按照这些说明安装后不能运行,请'''联系作者寻求帮助'''.
 
To add a new theme to your WordPress installation, follow these basic steps:


[[Wordpress:Image:presentthemes1.png|thumb|right|主题面板]]如果你安装的主题提供说明,一定要仔细阅读按照说明来安装,以便成功的安装。'''推荐主题开发者为他们的主题提供安装说明''', 因为主题可以提供特殊的可选择的功能,可能这会比基本安装需要更多的步骤。如果你的主题在按照这些说明安装后不能运行,请'''联系作者寻求帮助'''.
# Download the theme archive and extract the files it contains.  You may need to preserve the directory structure in the archive when extracting these files.  Follow the guidelines provided by your theme author.
# Using an [[Wordpress:FTP_Clients|FTP client]] to access your host web server, create a directory to contain your theme in the <tt>wp-content/themes</tt> directory provided by WordPress.  For example, a theme named '''Test''' should be in <tt>wp-content/themes/test</tt>.  Your theme may provide this directory as part of the archive.
# Upload the theme files to the new directory on your host server.
# Follow the [[Wordpress:#Selecting_the_Active_Theme|instructions below]] for selecting the new theme.


想要添加新的主题到你的WordPress安装中,按照如下基本步骤:
想要添加新的主题到你的WordPress安装中,按照如下基本步骤:
第144行: 第277行:
# 上传主题文件到你主机服务器上的新的目录。
# 上传主题文件到你主机服务器上的新的目录。
# 按照关于选择新主题的[[Wordpress:#Selecting_the_Active_Theme|下面的说明]]进行操作。
# 按照关于选择新主题的[[Wordpress:#Selecting_the_Active_Theme|下面的说明]]进行操作。
====Adding New Themes in cPanel ====
If your host offers the [[Wordpress:Glossary#cPanel|cPanel]] control panel, and the theme files are in a .zip or .gz archive follow these instructions.  Note:  This assumes the theme you download is a compressed (zip) file and the files in the zip file are in their 'named' folder.
# Download the theme zip file to your local machine.
# In cPanel File Manager, navigate to your themes folder.  If you have WordPress installed in it's own folder called wordpress, you would navigate to "public_html/wordpress/wp-content/themes" and if WordPress is installed in your web-root folder you would navigate to "public_html/wp-content/themes".
# Once you've navigated to the themes folder in cPanel File Manager, click on Upload file(s) and upload that zip file you saved in Step 1.
#Once the zip file is uploaded, click on the zip file name in cPanel, then in the panel to the right, click on Extract File Contents, and that zip file will be uncompressed.
#Follow the [[Wordpress:#Selecting_the_Active_Theme|instructions below]] for selecting the new theme.


====在cPanel中添加新主题 ====
====在cPanel中添加新主题 ====
如果你的主机提供[[Wordpress:Glossary#cPanel|cPanel]] 控制面板,主题文件是 .zip或者是.gz格式的文件,按照下面的说明操作。注意:假定你下载的主题是压缩过的 (zip)而且zip文件中的文件在它们'指定的'文件夹中。
如果你的主机提供[[Wordpress:Glossary#cPanel|cPanel]] 控制面板,主题文件是 .zip或者是.gz格式的文件,按照下面的说明操作。注意:假定你下载的主题是压缩过的 (zip)问而且zip文件中的文件在它们'指定的'文件夹中。
# 下载主题zip文件到本地电脑。
# 下载主题zip文件到本地电脑。
# 在cPanel文件管理器中找到你的主题文件夹。如果你把WordPress安装到它自己的叫做wordpress的文件夹中, 你应该到 "public_html/wordpress/wp-content/themes" 查找,如果WordPress 安装到了你的web-root 文件夹下,你可以进入"public_html/wp-content/themes"查找。
# 在cPanel文件管理器中找到你的主题文件夹。如果你把WordPress安装到它自己的叫做wordpress的文件夹中, 你应该到 "public_html/wordpress/wp-content/themes" 查找,如果WordPress 安装到了你的web-root 文件夹下,你可以进入"public_html/wp-content/themes"查找。
第153行: 第294行:
#按照关于选择新主题的[[Wordpress:#Selecting_the_Active_Theme|下面的说明]]进行操作。
#按照关于选择新主题的[[Wordpress:#Selecting_the_Active_Theme|下面的说明]]进行操作。


===Selecting the Active Theme===
To select the active theme for your site:
# Log in to the WordPress [[Wordpress:Administration Panels]].
# Select the [[Wordpress:Administration_Panels#Presentation_-_Change_the_Look_of_your_Blog|Presentation]] subpanel.
# From the '''Available Themes''' section, click on theme title (or theme screenshot) for the theme you wish to activate.
# To view the new look, click '''View Site''' at the top of the Panel's screen.
Your selection should immediately become active.


===选择激活的主题===
===选择激活的主题===
第163行: 第313行:


你所选的主题立即就会被激活了。
你所选的主题立即就会被激活了。
==Creating Themes==
If you are interested in creating your own theme for distribution, or learning more about the architecture of themes, please review the documentation regarding [[Wordpress:Theme Development]] and [[Wordpress:Designing Themes for Public_Release]].


==创建主题==
==创建主题==


如果你对创建自己的主题感兴趣,或者学习更多有管主题结构的东西,请回顾一下关于[[Wordpress:Theme Development|主题开发]] 和 [[Wordpress:Designing Themes for Public_Release|为Public_Release设计主题]].
如果你对创建自己的主题感兴趣,或者学习更多有管主题结构的东西,请回顾一下关于[[Wordpress:Theme Development|主题开发]] 和 [[Wordpress:Designing Themes for Public_Release|为Public_Release设计主题]].
===Theme Files===
The following are the files typically included within a Theme.
*[[Wordpress:Creating_an_Error_404_Page|404 Template]] = <tt>404.php</tt>
*Archive Template = <tt>archive.php</tt>
*[[Wordpress:Creating_an_Archive_Index|Archive Index Page]] = <tt>archives.php</tt>
*Comments Template = <tt>comments.php</tt>
*Footer Template = <tt>footer.php</tt>
*[[Wordpress:Designing Headers|Header Template]] = <tt>header.php</tt>
*Links = <tt>links.php</tt>
*Main Template = <tt>index.php</tt>
*[[Wordpress:Pages|Page Template]] = <tt>page.php</tt>
*Popup Comments Template = <tt>comments-popup.php</tt>
*Post Template = <tt>single.php</tt>
*Search Form = <tt>searchform.php</tt>
*[[Wordpress:Creating a Search Page|Search Template]] = <tt>search.php</tt>
*[[Wordpress:Customizing Your Sidebar|Sidebar Template]] = <tt>sidebar.php</tt>
*Stylesheet = <tt>style.css</tt>


===主题文件===
===主题文件===
第188行: 第362行:
*Stylesheet = <tt>style.css</tt>
*Stylesheet = <tt>style.css</tt>


== Moving from 1.2.x to 1.5 == <span id="Moving 1.2.x to 1.5"></span>
For details on upgrading WordPress and your WordPress Theme from v1.2 to 1.5, see: [[Wordpress:Upgrade_1.2_to_1.5|Upgrade 1.2 to 1.5]].


== 从1.2.x 到1.5 == <span id="Moving 1.2.x to 1.5"></span>
== 从1.2.x 到1.5 == <span id="Moving 1.2.x to 1.5"></span>


查看: [[Wordpress:Upgrade_1.2_to_1.5|Upgrade 1.2 to 1.5]],可以得到有关把WordPress和WordPress主题从v1.2升级到1.5的详细内容。
查看: [[Wordpress:Upgrade_1.2_to_1.5|Upgrade 1.2 to 1.5]],可以得到有关把WordPress和WordPress主题从v1.2升级到1.5的详细内容。
==Theme Tools and Other Resources==
These tools and resources will aid you in creating and/or enhancing themes.


==主题工具和别的资源==
==主题工具和别的资源==
第197行: 第379行:
这些工具和资源可以帮助你创建或者增强主题。
这些工具和资源可以帮助你创建或者增强主题。


===Layout===
* [[Wordpress:Blog Design and Layout]]
* [[Wordpress:Stepping Into Templates]]
* [[Wordpress:Customizing Your Sidebar]]
* [[Wordpress:Good Navigation Links]]
* [[Wordpress:Next and Previous Links]]
* [[Wordpress:Styling Lists with CSS]]
* [[Wordpress:Creating Horizontal Menus]]
* [[Wordpress:Dynamic Menu Highlighting]]
* [[Wordpress:FAQ Layout and Design|FAQ Layout and Design]]
* [http://www.redalt.com/Tools/builder.php WordPress Index Builder]
* [http://www.wateronlydries.com/?p=158 Photoshop Template for the WordPress Default Theme]


===版面===
===版面===
第212行: 第407行:
* [http://www.wateronlydries.com/?p=158 WordPress默认主题的Photoshop模板]
* [http://www.wateronlydries.com/?p=158 WordPress默认主题的Photoshop模板]


===Templates and Template Tags===
* [[Wordpress:Templates|Template Files]]
* [[Wordpress:Stepping Into Templates]]
* [[Wordpress:Stepping Into Template Tags]]
* [[Wordpress:Template Tags]]
* [[Wordpress:Theme Development|Developing WordPress Themes]]
* [[Wordpress:The Loop in Action]]
* [http://guff.szub.net/wordpress/template-tags/ Template Tag Layout in simple to read form]
* [http://boren.nu/archives/2004/11/10/anatomy-of-a-wordpress-theme/ Anatomy of a WordPress Theme]
* [http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/ Templates and the is functions]
* [http://www.urbangiraffe.com/2005/04/12/themeguide1/1/ Dissection of a WordPress Theme]


===模板和模板文件===
===模板和模板文件===
第225行: 第432行:
* [http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/ 模板和the is 函数]
* [http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/ 模板和the is 函数]
* [http://www.urbangiraffe.com/2005/04/12/themeguide1/1/ WordPress主题解析]
* [http://www.urbangiraffe.com/2005/04/12/themeguide1/1/ WordPress主题解析]
===Tools and Resources===
* [[Wordpress:Designing Themes for Public Release]]
* [[Wordpress:Know Your Sources]]
* [[Wordpress:Validating a Website]]
* [[Wordpress:Finding Your CSS Styles]]
* [[Wordpress:CSS Fixing Browser Bugs]]
* [http://elasticdog.com/2004/11/wp-design-sandbox/ WordPress Design Sandbox Article]
* [http://www.cameraontheroad.com/index.php?p=594 Working On CSS and the WordPress Theme (using a sandbox)]
*[http://theundersigned.net/2006/05/from-xhtmlcss-to-wordpress/ From XHTML CSS to WordPress (making a Theme}]
*[http://www.jonathanwold.com/tutorials/wordpress_theme/ Tutorial: How to Create a Wordpress Theme]
*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ Coevolving Innovations guide to Installing Wordpress (including a Theme) on a web host with Fantastico and cPanel] (at Wordpress 2.2.1)
*[http://www.danielesalamina.it/screencast-come-modificare-il-proprio-tema-wordpress-in-5-minuti-con-firebug Screencast: Hack a Theme in 5 minute with Firebug]


===工具和资源===
===工具和资源===
第239行: 第461行:
*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ 在一个网页主机上安装带有Fantastico and cPanel的Wordpress (包括主题) 的Coevolving Innovations 指南] (Wordpress 2.2.1)
*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ 在一个网页主机上安装带有Fantastico and cPanel的Wordpress (包括主题) 的Coevolving Innovations 指南] (Wordpress 2.2.1)
*[http://www.danielesalamina.it/screencast-come-modificare-il-proprio-tema-wordpress-in-5-minuti-con-firebug Screencast: 使用Firebug,5分钟内Hack一个主题]
*[http://www.danielesalamina.it/screencast-come-modificare-il-proprio-tema-wordpress-in-5-minuti-con-firebug Screencast: 使用Firebug,5分钟内Hack一个主题]
===Colors, Graphics, and Fonts===
* [http://www.redalt.com/Tools/kubrickr.php Kubrickr - Changes Default Theme Header Images]
* [http://www.digitalwestex.com/gallery/index.php?cat=3 Header Graphics]
* [http://creativecommons.org/image/ Creative Commons Images]
* [http://www.imageafter.com/ Image * After - Free Stock Image Library]
* [http://www.freeiconsweb.com/ Free Icons Library]
* [http://www.sxc.hu/ Stock.xchng - Free Stock Image Library]
* [[Wordpress:Playing With Fonts]]
* [[Wordpress:Developing a Colour Scheme]]
* [http://colr.org Colr.org - For Finding Colors in an Image]
* [http://www.redalt.com/Tools/ilyc.php I Like Your Colors]
* [http://www.2yi.net/free-stock-photos.html List of More than 70 Free Stock Photo Sites]
* [http://labs.adobe.com/technologies/kuler/ kuler - Create color palettes with this web app from Adobe Labs]


===颜色, 图片和字体===
===颜色, 图片和字体===
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅Wordpress-mediawiki:版权的细节)。 未经许可,请勿提交受版权保护的作品!
取消 编辑帮助(在新窗口中打开)

本页使用的模板: