User Tools

Site Tools


wordpress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wordpress [2014/11/21 14:38]
poberznik created
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:
 +<code>
 if ( ! function_exists( 'IME_FUNKCIJE' ) ) { if ( ! function_exists( 'IME_FUNKCIJE' ) ) {
   // funkcija ...   // funkcija ...
 } }
 +</code>
 +
 +===== Colors.php =====
 +V datoteki generatepress/inc/addons/colors.php v funckiji generate_get_color_defaults() dodaj pred return:
 +$generate_color_defaults = ailab_merge_colors($generate_color_defaults);
wordpress.1416577117.txt.gz · Last modified: 2014/11/21 14:38 by poberznik