remove_theme_support [ WordPress Function ]
remove_theme_support ( $feature )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: _remove_theme_support, get_theme_support, remove_theme_mod, remove_post_type_support, current_theme_supports
Allows a theme to de-register its support of a certain feature
Should be called in the theme's functions.php file. Generally would be used for child themes to override support from the parent theme.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/remove theme support « WordPress Codex
Description. Allows a theme to de-register its support of a certain theme feature. Should be called in the theme's functions.php file. Generally would be used for ...
codex.wordpress.org - WordPress › Support » remove_theme_support Twenty Eleven
I am trying to disable multiple post formats added to Twenty Eleven in my child theme. 'add_action ('after_setup_theme', 'remove_post_formats'); function ...
wordpress.org - WordPress Child Themes and remove_theme_support — Ken Liu ...
Aug 4, 2010 ... One of the interesting new features in WP 3.0 is child themes. This is a way to customize a given — “parent” — theme without copying or directly ...
kenliu.name - Theme-supported features
Nov 1, 2010 ... The remove_theme_support() function must be called after the ... Now, users can use the remove_theme_support() function from the previous ...
justintadlock.com