Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #793585

    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

    #793716

    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

    #794050

    Hi Nikko, thanks, actually a have I child theme, but i don´t know what to do, can you help me?

    #794583

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.