Title: Overwrite layouts section
Last modified: August 31, 2016

---

# Overwrite layouts section

 *  [kruisko](https://wordpress.org/support/users/kruisko/)
 * (@kruisko)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/overwrite-layouts-section/)
 * I’ve just started using AccessPress Parallax theme. It’s great! Now I wanted 
   to change layout and content stuff on Blog Section.
    I made a custom theme, activated
   it, imported AccessPress Parallax style.css into my child theme. Everything works
   fine, I can overwrite footer.php theme file by copying it to child theme and 
   modifying it to my needs. But I’m not able to do that with blog-section.php. 
   I copied it into root of child theme, but wordpress doesn’t use it. I put it 
   into a folder “layouts” in my child theme. Still no success. What is my mistake?
   How can I overwrite layout-files of AccessPress Parallax theme? I don’t wanna
   edit the original files.

Viewing 1 replies (of 1 total)

 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [10 years ago](https://wordpress.org/support/topic/overwrite-layouts-section/#post-7212772)
 * Hi,
 * You will also have to duplicate the index-parallax.php and find the code
 * `<?php include($template."-section.php");?>`
 * and replace it with
 * `<?php include(locate_template($template."-section.php"));?>`
 * With this, you can replace any section file with your own.

Viewing 1 replies (of 1 total)

The topic ‘Overwrite layouts section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-parallax/4.6/screenshot.
   png)
 * AccessPress Parallax
 * [Support Threads](https://wordpress.org/support/theme/accesspress-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-parallax/reviews/)

## Tags

 * [overwrite](https://wordpress.org/support/topic-tag/overwrite/)

 * 1 reply
 * 2 participants
 * Last reply from: [Access Keys](https://wordpress.org/support/users/access-keys/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/overwrite-layouts-section/#post-7212772)
 * Status: not resolved