Merging two themes?
-
Hi. I’m a PHP dev but practically a newbie when it comes to WordPress.
I have an existing WordPress project that already has it’s own custom theme. Now client wants to upgrade the main theme to something else but wants to retain the look and feel of the old theme.
My initial approach was to make the old theme a child of the new theme. (Am I doing this right?) And then work from there. So far, I’ve just tinkered with functions.php and the css files and I’ve gotten the home page to somehow look like the original, but not quite. For example, there’s this call to wp_title that has an output that already incorporates a title tag (e.g.
<title>Title Text</title>
) when the new child theme is active, but works ok on the original and other themes.I’d like to request for some tips on which files to look into and what functions and hooks I should be looking out for to speed things up – apart from the obvious styles.css, functions.php, header.php, footer.php, sidebar.php. I suppose you get the drift.
Many thanks for any help you may extend. Cheers!
- The topic ‘Merging two themes?’ is closed to new replies.