• Hey.
    I’ve got a problem with the Hemingway theme.
    i wanna change the “Categories” to the swedish “Kategorier” but i can’t find it anywhere in the code, i’ve changed links, comments and much more but not the categories.
    I also downloaded(‘WPLANG’, ‘sv_SE’); and got it installed, nothing seems to work. I need someone that can tell me in what page and where the “Categories” code are.

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you have this in your sidebar

    <?php wp_list_categories(‘show_count=0&title_li=’); ?>

    Change it to

    <?php wp_list_categories(‘show_count=0&title_li=Kategorier’); ?>

    Thread Starter daeny

    (@daeny)

    No, that wasn’t the problem :/ don’t find
    <?php wp_list_categories(‘show_count=0&title_li=’); ?>

    code anywhere

    Just to be clear. The problem is in the sidebar, right??

    Thread Starter daeny

    (@daeny)

    I don’t really know?
    Check it out
    https://smalandsfoto.se

    Everything is in swedish but not the “categories” and “flickr photos”

    thats the only code i haven’t changed to swedish. don’t know why i can’t find it. HELP ??

    Thread Starter daeny

    (@daeny)

    No more problem, i changed template ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Categories problem’ is closed to new replies.