• i have looked online at about…. 6 different tutorials and none of them worked. ive spent over an hour on this now its getting retarded..

    all im trying to do is remove all the footer widgets for my twentyten childtheme.

    I dont have any code none of it worked anyway, i just erased it all..

    can someone explain how i’d do this? I’ve tried every variation of remove_action, add_action, adding new functions, using filters, etc that i could think of.

    the widgets still awlays remained right in the admin area. I can ADD widgets fine (code below), but as far as removing them no go.

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at the functions.php file in the TwentyTen theme. There is a section that explains how to customize with a child theme. Look for the function “twentyten_widgets_init()”. That will show you what is being registered, and you can decide what to do with it from there.

    What you will probably be looking for is Unregistering a Sidebar, since there is no PHP if Statement in the TwentyTen theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove widgets from twentyten childtheme’ is closed to new replies.