Title: Update destroyed theme
Last modified: August 24, 2016

---

# Update destroyed theme

 *  Resolved [april](https://wordpress.org/support/users/aprilmaynard/)
 * (@aprilmaynard)
 * [11 years ago](https://wordpress.org/support/topic/update-destroyed-theme/)
 * The good news is that I was able to reinstate my previous settings very quickly,
   but the bad news is my full width page template is no longer full width.
 * Is it just me, or are other people having this problem?

Viewing 1 replies (of 1 total)

 *  Thread Starter [april](https://wordpress.org/support/users/aprilmaynard/)
 * (@aprilmaynard)
 * [11 years ago](https://wordpress.org/support/topic/update-destroyed-theme/#post-6130907)
 * Update:
 * I was able to correct the issue by uploading the old frontpage.php file, adding
   a template header to it (see below), and using that as my full page templates.
 * For anyone else having this issue, just add this bold code to the header:
 * <?php
 *  if ( get_option( ‘show_on_front’ ) == ‘posts’ ) {
    get_template_part( ‘index’);}
   elseif ( ‘page’ == get_option( ‘show_on_front’ ) ) {
 * ** /\*
    Template Name: New Full Width \*/
 * get_header(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Update destroyed theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sparkling/2.4.11/screenshot.png)
 * Sparkling
 * [Support Threads](https://wordpress.org/support/theme/sparkling/)
 * [Active Topics](https://wordpress.org/support/theme/sparkling/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sparkling/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sparkling/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [april](https://wordpress.org/support/users/aprilmaynard/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/update-destroyed-theme/#post-6130907)
 * Status: resolved