Tag: htaccess

Have a Child Theme? You Need to Read This!

  • 5 Comments

Tutorial Tuesdays
This Tuesday, we have some important information that affects users and developers of child themes. So let’s get right to it.

Introducing Wrappers

Click to read tutorialThe new AppThemes framework uses a file called wrapper.php. Wrapper provides a nice tidy place where the html, head, and body tags live. Since these tags are no longer in header.php or footer.php, it reduces the need to make repeated calls for get_header() and get_footer().

While it is more efficient, we need to warn you that the new wrapper file can break existing child themes. The good news is that you don’t have to do a lot to fix it. Dave Cowgill has created a tutorial introducing the AppThemes wrapper.php file. The more technically inclined might want to read Scribu’s post on wrappers.

Read more