Make WordPress Core

Ticket #13467: Appearance section.txt

File Appearance section.txt, 6.8 KB (added by jane, 14 years ago)

Appearance section help (themes, widgets, menus, editor), plain text

Line 
1themes.php
2
3Aside from the default theme included with your WordPress installation, themes are designed and developed by third parties.
4
5You can see your active theme at the top of the screen. Below are the other themes you've installed that are not currently in use.
6You can see what your site would look like with one of these themes by clicking the Preview link. To change themes, click the Activate link.
7
8If you would like to more themes to choose from, click on the "Install Themes" tab and you will be able to browse or search for additional themes from the WordPress.org theme repository. Themes in the WordPress.org theme repository are designed and developed by third parties, and are licensed under the GNU Public License, version 2, just like WordPress. Oh, and they're free!
9
10
11For more information:
12Documentation on Using Themes http://codex.wordpress.org/Using_Themes
13Support Forums http://wordpress.org/support/
14
15………………………………………………………………………………………………………………………………………………………………
16
17theme-install.php
18
19You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the WordPress.org theme repository. These themes are designed and developed by third parties, are available free of charge, and are licensed under the GNU Public License, version 2, just like WordPress.
20
21You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.
22
23You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme's folder via FTP into your wp-content/themes directory.
24
25For more information:
26Documentation on Adding Themes http://codex.wordpress.org/Using_Themes#Adding_New_Themes
27Support Forums http://wordpress.org/support/
28
29………………………………………………………………………………………………………………………………………………………………
30widgets.php
31
32Widgets are independent sections of content that can be placed into any widgetized area provided by your theme (commonly called sidebars). To populate your sidebars/widget areas with individual widgets, drag and drop the title bars into the desired area. By default, only the first widget area is expanded. To populate additional widget areas, click on their title bars to expand them.
33
34Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget.
35
36If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with less or different widget areas.
37
38Widgets may be used multiple times. You can give each widget a title, to display on your site, but it's not required.
39
40Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.
41
42For more information:
43Widgets Documentation http://codex.wordpress.org/Appearance_Widgets_SubPanel
44Support Forums http://wordpress.org/support/
45
46………………………………………………………………………………………………………………………………………………………………
47nav-menus.php
48
49This feature is new in version 3.0; to use a custom menu in place of your theme's default menus, support for this feature must be registered in the theme's functions.php file. If your theme does not support the custom menus feature yet (the new default theme Twenty Ten, does), you can learn about adding support yourself by following the below link.
50
51You can create custom menus for your site. These menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.
52
53To create a new custom menu, click on the + tab, give the menu a name, and click Save Menu. Next, add menu items from the appropriate boxes. You'll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. You'll see when the position of the drop target shifts over to create the nested placement. Don't forget to click Save when you're finished.
54
55For more information:
56Menus Documentation http://codex.wordpress.org/Appearance_Menus_SubPanel
57Support Forums http://wordpress.org/support/
58
59………………………………………………………………………………………………………………………………………………………………
60theme-editor.php
61
62You can use the Theme Editor to edit the individual CSS and PHP files which make up your theme.
63
64Begin by choosing a theme to edit from the dropdown menu and clicking Select. A list then appears of all the template files. Clicking once on any file name causes the file to appear in the large Editor box.
65
66For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Lookup takes you to a web page with reference material about that particular function.
67
68After typing in your edits, click Update File.
69
70Advice: think very carefully about your site crashing if you are live-editing the theme currently in use.
71
72Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme [http://codex.wordpress.org/Child_Themes] instead.
73
74For more information:
75Theme Development Documentation http://codex.wordpress.org/Theme_Development 
76Documentation on Using Themes http://codex.wordpress.org/Using_Themes
77Documentation on Editing Files http://codex.wordpress.org/Editing_Files 
78Template Tags Documentation  http://codex.wordpress.org/Template_Tags 
79
80Support Forums http://wordpress.org/support/
81
82………………………………………………………………………………………………………………………………………………………………
83