Hey there danielsandco,
Hope you’re well! 🙂
First, Use child themes for any customisation you will make. Read more about it here: http://codex.wordpress.org/Child_Themes
Copy the code you will find here: https://gist.github.com/calvincanas/78bf40deef9191c13f7b then create file named front-page.php inside your Child Theme folder. We did this to overwrite the existing front-page.php in the parent theme ( weblizar ) which have 4 service options.
Hope it helps! 🙂
Take care,
Calvin
@calvin: Thanks..
@danielsandco: Follow the above given steps. in Child-Theme.
Thanks
Seems like a wonderful solution but my challenge now is in creating a child theme. The codex WP site says “The first step in creating a child theme is to create the child theme directory…” but where do I create this? Is this a folder I create on my desktop? And then I have to create a style sheet, so what would be best way to do that?
This advanced WordPress is all new to me so I appreciate your help.
Thanks,
Dco
Hey there Daniel,
Hope you’re well today!
You should create your child theme folder where all other themes are which is /wp-content/themes/ folder. If you’re unsure how to create style.css file you can always copy the theme style.css then remove everything from and add the lines as explained here
http://codex.wordpress.org/Child_Themes
Have a great weekend 🙂
Cheers,
Bojan
@danielsandco: Many simple child-theme plugin are already there to configure the theme.
@bojan, Thanks