• I am trying to edit some of the terminology used within WordPress to better suit my application needs.

    Specifically Categories and Tags.

    For example, I am using WordPress in this instance for Education purposes therefore i would like to change Category / Categories to Expected Outcomes and Tags to Subjects.

    I am currently attempting this using a .po editor and Localization. The issue is it only seems to give me options to change the descriptive text and not the actual menu / widget text.

    Any help would be greatly appreciated.

    Neil

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Localization was a clever idea, but as you discovered, has its limits. Good effort though 🙂

    I suggest you simply create custom taxonomies that use the labels you desire. This gives you full control everywhere. You can suppress the default categories and tags in the post edit screen using the screen options, or formally unregister them from posts with unregister_taxonomy_for_object_type(). Then they do not appear in menus or anywhere in the backend.

    On the frontend you’ll need to tweak the templates to use your taxonomies instead of the defaults. Most category and tag template tags have a generic term equivalent. You’ll want to create a child theme to contain all the altered templates.

    Thread Starter neiloughton

    (@neiloughton)

    Thanks for the response, it was slightly frustrating as i had put a decent amount of time into the Localization idea for it not to be suitable! Oh well.

    I will take a look at the custom taxonomy solution that you suggest.

    Thanks.

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

The topic ‘Localization Help’ is closed to new replies.