Archived topic
Theme son
11 replies · Started by jmpefe78gmail-com on March 1, 2017
Good afternoon, I have time with the pending update of generate press from version 1.3.34 to 1.3.44. I have not done it for fear of losing the changes and information. I have the option to install the child theme but I do not know how it is done and I'm afraid to do it wrong and lose the information. If you told me what to do? Thank you
The only way you will lose anything is if you've changed or added to any of the code in the core theme.
If you've stuck to using the Customizer, and adding CSS/PHP using plugins then you should be fine :)
El único código que instale fue el código de Google analytics, eso se pierde? Y añadí algo de css en el personalizador de generate.
Que hago entonces. Como descargo el tema hijo?
How did you add the analytics code?
Copiando el codigo en header.php
Then you will lose that.
You should add it into the wp_head hook in GP Hooks instead.
Y si instalo el tema hijo pierdo algo?
Google translate is not very good on this one but if you meant "will I lose the child theme settings?" then the answer is No. Nothing in your child theme will be affected by GP updates.
No se como instalar el tema hijo. Hay algun tutorial sobre como hacerlo?
This might help: https://docs.generatepress.com/article/using-child-theme/
Have you considered Tom's method of adding your code into Appearance > Gp Hooks > WP_head?
Might be easier that way.
¿Eso que haría? Evitaría el tema hijo y no se borraría nada?
Anything stored in GP Hooks will not be erased during updates.