This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wordpress [2014/11/21 15:06] poberznik |
wordpress [2014/11/21 15:14] (current) poberznik |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Functions.php ===== | ||
Povožene funkcije v child temi z datoteke functions.php: | Povožene funkcije v child temi z datoteke functions.php: | ||
- | :generate_add_footer_info | + | * generate_add_footer_info |
Okrog teh funkcije dodaj v functions.php starševske teme: | Okrog teh funkcije dodaj v functions.php starševske teme: | ||
+ | < | ||
if ( ! function_exists( ' | if ( ! function_exists( ' | ||
// funkcija ... | // funkcija ... | ||
} | } | ||
+ | </ | ||
+ | ===== Colors.php ===== | ||
V datoteki generatepress/ | V datoteki generatepress/ | ||
$generate_color_defaults = ailab_merge_colors($generate_color_defaults); | $generate_color_defaults = ailab_merge_colors($generate_color_defaults); |