• Resolved april

    (@aprilmaynard)


    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

    (@aprilmaynard)

    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.