Child Theme – functions.php
-
Hi folks,
I recently started my first WordPress blog, making alterations by tweaking the style.css functions.php files etc directly, however after reading time and again that you should be rocking a child theme, I figured before investing too much time, I should go down that avenue.
(note: I’ve done a clean install)
So, I now have a Twenty Twelve child theme, it seems to be running fine, I’ve got my first bit of code in the style.css file and that seems to be working a treat. However I’m struggling with functions.php and content.php.
For example, to remove the “This entry was posted in …” text from each post, I was using this code in my functions.php file:
Compared to the unmodified version which looks like this:
From what I can gather, because I’m looking to change a function, rather than add a new one, I need to use a different technique, is that right? I hope that makes sense, I’m a complete WordPress / coding novice, but I’m trying to make an effort to get this thing running the ‘proper’ way.
Thanks in advance.
- The topic ‘Child Theme – functions.php’ is closed to new replies.