Posted By


Kulcsart on 07/28/10

Tagged


Statistics


Viewed 130 times
Favorited by 1 user(s)

Thematic remove_widgetized_area


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function remove_widgetized_area($content) {
  2. unset($content['Secondary Aside']);
  3. return $content;
  4. }
  5. add_filter('thematic_widgetized_areas', 'remove_widgetized_area');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.