• Dear Team,
    I’m currently using your theme for a clients, it’s awesome but I noticed I can’t remove the powered by wordpress on the footer.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @topabunmi,

    There is no option on the theme to remove the powered by WordPress on the Footer.

    But you can override the function via the child theme.

    You can find many plugins to create a child theme for you.

    You can override the footer function via the hook or filter. So, you can either use the filter/remove and override the action/hook.

    The available filter is: apply_filters( 'business_one_page_footer_text', $text );
    The available hook/action is: add_action( 'business_one_page_footer', 'business_one_page_footer_credit' );

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove powered by wordpress on footer’ is closed to new replies.