Free and Premium WordPress Plugins & Themes Forums WordPress Themes Campterra Changing the default page templates
- This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago by J. Davis.
- AuthorPosts
- December 8, 2021 at 8:55 am #1228566Nathaniel FraleyParticipant
How can I change the page template to use “Front Page” so the featured image stops showing up?
December 8, 2021 at 10:39 am #1228635Nathaniel FraleyParticipantI’m looking for a Global settings so I dont have to change the template on each page.
December 9, 2021 at 2:57 pm #1229160J. DavisKeymasterHi Nathaniel,
Thanks for your question. You may install the child theme (it is available in your account). Then copy the file of the page template you wish to override from the folder of the parent theme (/campterra). And paste it to the child theme folder in order to edit it in a way you need.
Let me know if you have any further questions.
best regards,
J. DavisDecember 9, 2021 at 3:49 pm #1229177Nathaniel FraleyParticipantOk I did this but how do you edit this part that I need in the child template?
December 10, 2021 at 5:33 am #1229431J. DavisKeymasterHi Nathaniel,
If you wish to get rid of the custom header on the pages you may copy the header.php file and paste it to the folder of the child theme. Then open it using any text editor and disable the function
campterra_custom_header();
by adding a double slash before it:
//campterra_custom_header();
If you wish to override the layout of the default page you may try overriding the page.php file.Let me know if it is helpful.
best regards,
J. Davis - AuthorPosts
- You must be logged in to reply to this topic.