Working on a series of Websites that are Wordpress driven. I want to create a standard page of Blog Post Links with Thumbnails. I have created the page have gotten the development up here:
http://dtauto.ca/blog/
I am worried (recommended by another developer) that I will loose my changes when I do an Update to my main wordpress php files...
I have attached a screen shot of the theme I am using and the wordpress php structure.
![theme files1]()
Very simple to do. Lots of online tutorials like this one:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
If you only want to change the main styles then you only need a style.css file in the child theme folder. Generally, any file from the parent theme that you want to customize should be copied to the child theme folder. Leave the files in the parent folder untouched. Wordpress will always look in the child theme folder first for the files it needs to build each page.