Home Forums Free Themes WEN Associate Footer Editing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2887
    m.gurkangurer
    Participant

    Hello,
    I am using WEN associate. How I Edit my footer. I cant find in footer.php. Where is the codes? Because I add some icons etc…
    Thanks,

    #2900
    wensolutions
    Keymaster

    Hello @m.gurkangurer,

    The code is hooked via footer.php. You can copy this function wen_associate_footer_copyright() from /wen-associate/inc/hook/core.php and edit this function by placing it on your child theme’s functions.php which would look like this.

    
    function wen_associate_footer_copyright(){
    
    	// Just add or edit snippets to modify the things inside it
    
    }

    Here are some guides in case you haven’t made child theme before:
    Tutorial on Child theme
    https://codex.wordpress.org/Child_Themes

    Let us know how it goes.
    Thank you.

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