Reputation: 139
I'm making wordpress template. When I install this template(on stock wordpress), in footer block appears 6 standard widgets(Search, Recent Posts, Recent Comments etc.). I need to make these widgets do not appear by default(after install WP).
I have 3 widgets block, but even if I change the name of footer widgets block, standard widgets still appears by default in footer block . Any ideas? Thanks
Upvotes: 0
Views: 36
Reputation: 12469
In Appearance -> Widgets there should be a list of widgets available on the left and widget blocks on the right.
The "Search, Recent Posts, Recent Comments etc." should be in one of the blocks on the right. You can either delete each widget individually or drag the widget onto the "Available Widget" section.
EDIT:
When creating pages you can set the "Template" to "Full-width Page Template, No Sidebar" which won't allow any widgets to be displayed. Or in the functions.php file remove the twentytwelve_widgets_init() function.
Upvotes: 1