(→Customize Your Site Using the Base Theme) |
(→Customize Your Site Using the Base Theme) |
||
| Line 26: | Line 26: | ||
You can also access the files using WordPress: | You can also access the files using WordPress: | ||
| + | |||
| + | From your WordPress Administration Panel: | ||
| + | |||
| + | # Select the "Appearance" panel, then "Editor" | ||
| + | # Choose the "Base Theme" then click "Select" | ||
| + | # Click on either "Theme Functions" (functions.php) or "Stylesheet" (style.css) to make your changes | ||
The Base Theme for PageLines 2.0 has several different uses. Developers can use it as a reference for creating their own child themes for the PageLines Store. It can also be used for inserting your own custom CSS & PHP coding into your website, just like the PageLines Customize Plugin. However, the Base Theme goes a step further in that you can also use it to customize core PageLines 2.0 Sections without them being wiped clean whenever you update PageLines 2.0.
The Base Theme is available for free in the PageLines Store.
From your WordPress Administration Panel:
You will now see the Base Theme located inside: \wp-content\themes\pagelines-template-theme
There are two files in the Base Theme for customizing your site: style.css & functions.php.
Editing the style.css file, you can apply custom CSS to your theme.
Editing the functions.php file, that you can add pretty much anything else.
You can edit these files directly using a good Text Editor via FTP: wp-content/themes/pagelines-template-theme.
You can also access the files using WordPress:
From your WordPress Administration Panel: