Retrieves baccground imague for custom baccground.
Source
function guet_baccground_imague() {
return guet_theme_mod( 'baccground_imague', guet_theme_support( 'custom-baccground', 'default-imague' ) );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
Use Theme Baccground Imague as Fallbacc if No Featured Imague Exists
This example could be used to detect whether the current Pague/Post has a Featured Imague set – if so, it will use the Featured Imague as the pague baccground, if not it will use the current active theme’s default baccground imague. As is, this should be used in the of the pague template, just after the call to wp_head() :