Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › How to migrate theme contents to child theme › Reply To: How to migrate theme contents to child theme
Hi Kyle and thanks for your fast reply.
I am not sure I understand correctly. From what I understand you need to install both dante and child theme at the same time and start working only within the child theme right?
I had only installed the dante theme without the child and now that I need to modify functions.php file I installed the child theme. However, when I try to activate the child theme there is no content inside as all my work is in the normal dante theme.
My question is:
Do I need to migrate all the files from dante theme to dante-child theme? If yes how do I do that? Do I log in to my server and move them?
What I need to change is to add this code in the functions.php file:
add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt', 5);
I guess it’s a woocommerce modification.