ekronen

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • ekronen
    Expired Member
    Post count: 1

    Thanks for the quick reply.

    I’ve removed the closing php tag, so now my child theme functions look like this, i.e. I’ve removed the closing tag only – I don’t need to remove the opening php tag? Formatting still not working though, but at least I can log in 🙂

    T

    <?php
    /*#############################################
    HERE YOU CAN ADD YOUR OWN FUNCTIONS OR REPLACE FUNCTONS IN THE PARENT THEME
    #############################################*/

    // Here we defind the textdomain for the child theme, if changing you should also replace it in the function below.
    if (!defined(‘GDF_CHILD’)) define(‘GDF_CHILD’, ‘gdf_child’);

    add_action(‘after_setup_theme’, ‘gdfc_theme_setup’);
    function gdfc_theme_setup(){
    // load_child_theme_textdomain( GDF_CHILD, get_stylesheet_directory() . ‘/languages’ ); // uncomment this if you plan to use translation
    }

Viewing 1 post (of 1 total)