Thematic Framework: Remove a Thematic action

http://themeshaper.com/guide-customizing-thematic-theme-framework/

=======================================

Here’s the code to put inside your child theme’s function.php:

// Remove default Thematic actions

function remove_thematic_actions() {

remove_action(‘thematic_hookname’,'thematic_actionname’,optionalpostitionnumber);

}

add_action(‘init’,'remove_thematic_actions’);

About these ads

One Comment

  1. rexusdiablos
    Posted January 9, 2011 at 10:23 pm | Permalink | Reply

    Useful; thank you.

Post a Comment

Required fields are marked *

*
*

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: