by craigm » Wed Apr 11, 2012 9:37 pm
After a lot of experimenting in the files I have found:
ALWAYS WORK IN A CHILD THEME, NEVER THE ORIGINAL CODE, SEARCH THE WEB FOR THE ONE LINE OF CODE FOR THE CSS FILE THAT YOU WILL NEED TO ESTABLISH A CHILD THEME.
The home or front_page can only Be changed by editing the css and php files.
I have included a jpg file showing the file names of the files I have had to modify code in.
My advice is to use an editor like CoffeeCup free edition to open all the files and search for the terms you are tring to change.
I have bleed through trial & error. I found the best thing to do is to try changing the code. If it does not work, go back and comment it out notating what if anything the change accomplished or did not. In the comment I always put my initals so that I can later search for places where I have changed the code for reference.
My changes are too many to post at this time. In my experimentation I have used: 1: CSS; 2. PHP, 3: HTML, and 4: WordPress to achieve the affects that I desired. When I started this I knew none of these languages and now after two weeks of web research and trial & error I can just get by.
Be NOT afraid to change the code! Document what you do. Always have a clean copy of the code incase you do something really wrong, you can go copy the code from the original files and paste it back into your files to correct the error.
REMEBER TO NEVER CHANGE THE ORIGINAL FILES! ALWAYS WORK WITH A CHILD THEME. SEE THE WEB FOR THE STYLE.CSS CHANGE NEEDED TO CREATE A CHILD THEME. ITS ONLY ONE LINE OF CODE, IN A DIRECTORY THAT YOU CREATE AND COPY ONLY THE FILES YOU ARE CHANGING TO, BUT IT WILL SAVE SOME OF YOUR SANITY!
Best Wishs,
Craig
- Attachments
-

- Files I had to modify
- Snap3.jpg (24.45 KiB) Viewed 1481 times