Difference between revisions of "Theme (WordPress)"
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 58: | Line 58: | ||
* [http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ Ultimate WordPress theme tutorial] | * [http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ Ultimate WordPress theme tutorial] | ||
* [http://code.tutsplus.com/tutorials/making-the-perfect-wordpress-theme-introduction--wp-33390 Making the Perfect WordPress theme] @ code.tutsplus.com | * [http://code.tutsplus.com/tutorials/making-the-perfect-wordpress-theme-introduction--wp-33390 Making the Perfect WordPress theme] @ code.tutsplus.com | ||
+ | |||
+ | YouTube videos by Alessandro Castellani: | ||
+ | |||
+ | * [https://www.youtube.com/watch?v=oTRZYnYQlmo WordPress 101: Create a Theme from Scratch] | ||
+ | * [https://www.youtube.com/watch?v=vSM7w3zzlSU WordPress 101 - Part 18: How to create Custom Post Type] | ||
+ | * [https://www.youtube.com/watch?v=KPy8a5bHGuo WordPress 101 - Part 20: How to create Custom Taxonomies] |
Revision as of 04:41, 20 December 2015
In WordPress, a theme provides presentation and style rules for the WordPress content.
Contents
Description
A theme is a set of files which tells WordPress how to display content from the WordPress database.
A theme contains one or more WordPress template files.
Using themes
See Using themes Using themes @ codes.wordpress.org.
Standard themes
Several standard themes are included with WordPress.
Downloading new themes
Thousands of free and commercial themes are available.
Child themes
A child themes overrides properties of a parent themes.
This is useful for modifying an existing theme.
Custom themes
Custom themes allow you to make WordPress sites than look like anything.
Any web page which you can make in HTML (and CSS, and JavaScript), you can make a theme which looks and acts the same.
A custom theme combines your HTML with the necessary WordPress-related PHP.
Much of this PHP can be implemented by beginners using copy-and-paste.
Requirements include:
- Some specifici knowledge about the structure of WordPress themes and templates
- Online documentation is available
See Theme development @ codex.wordpress.org
See also
External links
- Theme development @ codex.wordpress.org
- How to create a basic WordPress theme?
- Ultimate WordPress theme tutorial
- Making the Perfect WordPress theme @ code.tutsplus.com
YouTube videos by Alessandro Castellani: