Hi all!
That's my first post in here and I would like to thank you all for the theme and the supports. It's just rocking great! Even if I'm starting to realize that if I want to do something more complicated, I still have to code my php myself.
Then, my annoying question, I'm sorry :)
I can't get rid of the blogtitle. Even copying and pasting the suggested lines of code from this blog. In anyway I try with the line:
remove_action('thematic_header', 'thematic_blogtitle', 3);
...inserting the command in a working function, like:
function remove_thematic_actions() {
remove_action('thematic_header', 'thematic_blogtitle', 3);
remove_action('thematic_header', 'thematic_blogdescription', 5);
remove_action('thematic_header', 'thematic_access', 9);
}
add_action('init', 'remove_thematic_actions');
...or others (still working functions), the blogtitle does not disappear but it's still in its position.
I've the last version of Thematic (downloaded this last week end).
Thank you in advance and have you all a great time ;)
Carlo