Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "Theme Features"

(List of Features: add title-tag)
m (List of Features: * Theme Logo)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
}}
 
}}
   
'''Theme Features''' is a set of features defined by theme authors that allows a theme to register support of a certain feature. Theme support functions should be called in the theme's [[Theme Development#Functions File|<tt>functions.php</tt>]] file to work.
+
'''Theme Features''' is a set of specific functionality that may be enabled by theme authors. Themes must register each individual Theme Feature that the author wishes to support. Theme support functions should be called in the theme's [[Theme Development#Functions File|<tt>functions.php</tt>]] file to work.
   
 
== List of Features ==
 
== List of Features ==
Line 18: Line 18:
 
* [[Title Tag]]
 
* [[Title Tag]]
 
* [[Editor Style]]
 
* [[Editor Style]]
* [[Semantic Markup]]
+
* [[Theme Markup]]
  +
* [[Theme Logo]]
 
* [[Sidebars]]
 
* [[Sidebars]]
 
* [[Navigation Menus]]
 
* [[Navigation Menus]]

Latest revision as of 14:24, 10 March 2016

Theme Features is a set of specific functionality that may be enabled by theme authors. Themes must register each individual Theme Feature that the author wishes to support. Theme support functions should be called in the theme's functions.php file to work.

List of Features

Function Reference

Basic Theme Support Functions
Extra Theme Support Functions

Resources

Related

Theme Support: add_theme_support(), remove_theme_support(), current_theme_supports()
Theme Features: sidebar, menus, post-formats, title-tag, custom-background, custom-header, custom-logo, post-thumbnails, automatic-feed-links, html5, editor-style, content_width