Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #967532

    Hello,

    I tried to remove “Enfold WordPress Theme by Kriesi” on footer.
    How can I remove it ?

    Thank you

    #967536

    Here is some php you can put in the functions.php of your child theme

    // Replaces default enfold copyright link
    function custom_copyright() {
    $kriesi_at_backlink = ” Put your custom content here“;
    return $kriesi_at_backlink;
    }
    add_filter(‘kriesi_backlink’, ‘custom_copyright’);

    Otherwise in the theme options put [nolink] within the copyright field I think

    #967552

    Hey bitojoe,

    Thanks for the input on this. Both great suggestions.

    Best regards,
    Jordan Shannon

    #967554

    Thank you for quick reply. :)

    #967891

    Hi bunediyo,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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