Title: Webzilla's Replies | WordPress.org

---

# Webzilla

  [  ](https://wordpress.org/support/users/webzilla/)

 *   [Profile](https://wordpress.org/support/users/webzilla/)
 *   [Topics Started](https://wordpress.org/support/users/webzilla/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webzilla/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webzilla/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webzilla/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webzilla/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webzilla/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] MORE, FOLLOW and CATEGORY in Norwegian](https://wordpress.org/support/topic/more-follow-and-category-in-norwegian/)
 *  [Webzilla](https://wordpress.org/support/users/webzilla/)
 * (@webzilla)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/more-follow-and-category-in-norwegian/#post-4410328)
 * I did activate the human-child theme in WP, very easy – uploaded it and activated.
   I suspect the problem is in my PHP coding, as I’m a bit lost outside HTML 🙁
   
   I’m stuck here, as I do not want to make any changes to the theme before I have
   the language in place at least.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] MORE, FOLLOW and CATEGORY in Norwegian](https://wordpress.org/support/topic/more-follow-and-category-in-norwegian/)
 *  [Webzilla](https://wordpress.org/support/users/webzilla/)
 * (@webzilla)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/more-follow-and-category-in-norwegian/#post-4410326)
 * Hi,
    changed the languages files to Norwegian with PoEdit, put them in a new 
   folder called hueman-child/languages/
 * Changed functions.php in hueman-child folder to this:
 *     ```
       <?php
       /**
        * Setup My Child Theme's textdomain.
        *
        * Declare textdomain for this child theme.
        * Translations can be filed in the /languages/ directory.
        */
       function my_child_theme_setup() {
       	load_child_theme_textdomain( 'hueman-child', get_stylesheet_directory() . '/languages' );
       }
       add_action( 'after_setup_theme', 'my_child_theme_setup' );
       ?>
       ```
   
 * — and it does not work. It uploads fine, but it’s still in english. What have
   I forgotten? I’m going nuts! Help!

Viewing 2 replies - 1 through 2 (of 2 total)