• Resolved Joseph Byrne

    (@joseph-byrne)


    I’m using the free WEN Associate theme in WordPress. At the bottom of each page there is text that says “Proudly powered by WordPress” and “Theme: WEN Associate by WEN Themes.”

    My client would like me to remove this text, if possible. Is it possible? Or is it the price for using the free theme?

    Joseph Byrne

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WEN Themes

    (@wenthemes)

    First of all we recommend you to make child theme of your WEN Associate parent theme before carrying out any customization task. If you don’t know how to make child theme, please refer this link first :

    https://codex.www.ads-software.com/Child_Themes

    So now copy this entire function function wen_associate_footer_copyright from ‘wen-associate\inc\hook\core.php’ and paste it in your chil theme’s functions.php . Customize or delete the credit link which is inside this function in your choice.

    Thanks

    Thread Starter Joseph Byrne

    (@joseph-byrne)

    Thanks for your quick response. But I need some clarification.

    Where is “wen-associate\inc\hook\core.php”? How can I get there?

    Joseph Byrne

    Theme Author WEN Themes

    (@wenthemes)

    Well, main file you need to modify is core.php that is inside your theme folder, so you need to browse it.

    We assumed your main theme folder name is ‘wen-associate’.

    Theme Author WEN Themes

    (@wenthemes)

    If you feel difficult twisting PHP code, you can add this CSS code in your
    child theme’s style.css

    .site-info {
        display: none;
    }
    Thread Starter Joseph Byrne

    (@joseph-byrne)

    Thanks WEN Themes! That’s the little fix I was looking for.

    Be well,

    Joseph Byrne

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove WEN Associate identification text and link?’ is closed to new replies.