Hi,
Is it possible to hook the socket so we can insert our own dynamic html code build with PHP.
Actually i will require to insert images and current year, hence i need php to fill the socket content instead of using the settings options.
thank you so much
Cheers,
Chris
Hey Voilaah!
Edit footer.php, find this container:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
Cheers!
Ismael
oh ! so no hook available o clean technique to customize the socket ?
because during next update of Enfold theme, i will loose all the changes, right ?
thanks
Hey!
You can copy the footer.php template into your child theme folder. WordPress will first check if the template file exists in the child theme folder and if yes it will load it. Otherwise it will use the footer.php template from the parent theme. The child theme files are not affected by a theme update.
Regards,
Peter