I was wondering if it is possible to have different content on the socket in the same way as changing the logo on a specific page.
Thanks
Hey Daniel,
I think it’s possible, but you would need to modify footer.php, and I would suggest to use a child theme for that :)
Best regards,
Nikko
Hi Nikko, thanks, actually a have I child theme, but i don´t know what to do, can you help me?
Hi,
Try to copy footer.php of Enfold and paste it in the child theme and modify it. This is the code which shows the socket content (line 104):
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Try to use if/else statements with wordpress conditional tags to show different content. Hope this helps :)
Best regards,
Nikko