• Is it possible to change the titles such as ‘Categories’ or ‘Links’ to some other heading? I figured out where these lay in the index.php ‘<?php _e(‘Categories:’); ?>’ but don’t know where the variable (?) is that spits out the heading ‘Categories’ in the browser. Is this somthing that is not suppose to be edited? Am I boldly going where a php beginner should not tred??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Also note that instead of:
    <?php _e('Categories:'); ?>
    You can just have:
    My Text
    The PHP _() stuff is for localization of WP into different languages, which doesn’t effect a lot of people.

    Thread Starter kmurphy

    (@kmurphy)

    Thanks a mill… I thought if I did such a thing the blog would break and a traffic light in Dublin would flicker…

    Thread Starter kmurphy

    (@kmurphy)

    oops, should there be a ‘<?php _e(‘Links’)>’ ? I can’t seem to find it in index.php. I wonder if I boldly deleted it by mistake… All I can seem to find is the ‘<?php get_links_list(); ?>’… yet ‘Links’ still appears in the browser?

    That is the name of the particular link category – you can change the name in the link manager.

    Thread Starter kmurphy

    (@kmurphy)

    ahhh of course… should have thought a bit more about that one before posting…
    Thanks again…

    Try Options-categories and edit the name to be a space.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘are heading such as ‘Categories’ editable?’ is closed to new replies.