Child Theme's & PHP
-
Hello World!
This is my first post, so please go easy on this noob. I apologise in advance if it’s a duplicate.
Ok, so I am developing a website using WordPress 3.4
I have chosen the Twenty Eleven Theme.
However IMHO the header is too large so I plan on modifying it.Ok so I understand that in order to preserve my changes I should create a child theme, which I have done.
And in order to change the header I have to change some PHP. No problem.
Here comes the tricky bit.
My website is hosted on a colleagues server. So I don’t have directory access.All I can do it make changes via the WordPress interface.
So to make a child theme, I used a “create a child theme” plugin.
But when it comes to making a change to the PHP I am unsure what to do next?
I can go into Dashboard > Appearance > Editor
Now heres the problem
I have two themes
1.) Twenty Eleven
2.) Mike’s Child
Twenty Eleven has functions.php and Mike’s Child doesn’t
If I don’t have access to the directories on the web server. How do I copy functions.php into my child theme and amend it?
Thanks in Advance
Mike
- The topic ‘Child Theme's & PHP’ is closed to new replies.