• Hi,

    I am new to WordPress and canot figure this out…

    I want to know how I can rename ‘Categories’ that appears on the side-menu, to something like Posts or Events, whatever is convenient for my website…

    Just to clarify I know how to create new categories, I just want to rename the widget itself.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kammy

    (@kammy)

    Anyone?

    I can rename the other widgets such as ‘recent posts’….but not ‘categories’ which is the one I want to change…

    Well, if you’re sidebar is Widget Ready – then, I don’t know how to fix that.

    But if you manually enter your categories through PHP via the template file, then you can change “categories” to whichever name you’d like.

    <h2>Cat name here</h2>
    <?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Rename ‘Categories’…??’ is closed to new replies.