Ondersteuning » Algemeen WordPress » Help me! Alleen witte pagina's na editten van functions.php

  • Ik zit op de pagina van edit themes en ik had een paar regels gekopieerd in functions.php. Nu overal waar ik op klik geeft een witte pagina terwijl ik de regels al weer verwijderd heb.
    Mijn functions.php ziet er zo uit. Er staat niets aan white space voor <?php of na ?>

    Heel erg bedankt!

    <?php

    /*———————————————————————————–*/
    /* Start WooThemes Functions – Please refrain from editing this section */
    /*———————————————————————————–*/

    // Set path to WooFramework and theme specific functions
    $woocommerce_path = get_stylesheet_directory() . ‘/woocommerce/’;

    // WooCommerce
    require_once ($woocommerce_path . ‘woocommerce-init.php’ ); // WooCommerce Init
    require_once ($woocommerce_path . ‘woocommerce-layout.php’ ); // WooCommerce Layout
    require_once ($woocommerce_path . ‘woocommerce-functions.php’ ); // WooCommerce Functions
    require_once ($woocommerce_path . ’theme-install.php’ ); // Theme installation

    /*———————————————————————————–*/
    /* You can add custom functions below */
    /*———————————————————————————–*/

    /*———————————————————————————–*/
    /* Don’t add any code below here or the sky will fall down */
    /*———————————————————————————–*/
    ?>

1 reactie aan het bekijken (van in totaal 1)
1 reactie aan het bekijken (van in totaal 1)
  • Het onderwerp ‘Help me! Alleen witte pagina's na editten van functions.php’ is gesloten voor nieuwe reacties.