• Hi

    I have installed WooCommerce and published a test product. Everything looks fine but below the product there appear lists of all pages, archives, categories and the text “WordPress is proudly powered by WordPress … “.

    How can I remove these?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Raider000

    (@raider000)

    Oh lol … this weird thing was the sidebar.

    I fixed this now with
    remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);

    Thread Starter Raider000

    (@raider000)

    Uhm … I was now able to remove the sidebar but how do I remove the footer?

    I know how to use CSS to disable it but is there a php function for that?

    The archives and categories, pages etc may be coming from any widgets. Check for widgets. The text is coming from the footer.php file, which you can edit using the theme editor option.

    Thread Starter Raider000

    (@raider000)

    Thanks but I am not really sure about this. I don’t know what widget it could be and if it is really a widget, how comes it only gets activated for WooCommerce pages?

    And I don’t have such a text in my footer.php, since I use my own theme.

    the woo commerce theme might have a custom widget, could you check ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce comes with weird content’ is closed to new replies.