Hi, how can I edit the header for the Commune theme? I can't find the code for the header in any of the files for the child theme.
Editing header
(7 posts) (3 voices)-
Posted 6 months ago #
-
Everything is inside functions.php
And you can also duplicate the Thematic header, copy it to the commune directory, and change it any way you see fit.
But using hooks and filters inside functions.php is considered the best practice.
Posted 6 months ago # -
Well, what I'm trying to do is to move the #access div to #main. I looked through functions.php but I can't seem to find what I need to move.
Posted 6 months ago # -
I would recommend you don't do that. The idea is to work with hooks and filters and not make changes to the standard html structure. Try and find a way around what you're trying to do using css.
Let me know what you're trying to achieve and maybe I can give you a hint.
Posted 6 months ago # -
I managed to work around the problem. I hope the site looks decent. This is my first Thematic child theme.
Posted 6 months ago # -
This is one of the best moods of the Commune theme I've ever seen! :)
Great Job!
Posted 6 months ago # -
Thanks cristian. Now to the hard part, writings the blog entries. =)
Posted 5 months ago #
Reply
You must log in to post.