I want to change the title on the page that lists the taxonomy. I have been searching but cannot find it. Where can I change this?

Comments

milesgillham’s picture

@NGTLD: which page do you mean? Something like http://www.somesite.com/category/classified-ad-category/wanted or http://www.somesite.com/ed-classified or somewhere else?

Cheers,

Miles

plan9’s picture

I don't know about NGTLD - but I'd like to know how to change http://www.somesite.com/ed-classified to http://www.somesite.com/classifieds

jamesialford’s picture

Miles, I would like to know how to do this as well.

James

weka’s picture

Your best option is the Pathauto Module. Also a must for any Drupal driven site.

weka’s picture

To change the title of the page at http://www.somesite.com/ed-classified you have the option of changing the Name: field for the content type ed_classified or use the String Overrides module.

fgm’s picture

Status: Active » Fixed

The request by @plan9 is actually about changing the URL, not the title: for this just define an alias:

  1. enable core optional module "path" if it is not already there
  2. define an alias at http://(site)/admin/build/path/add
    • first field: ed-classified
    • second field: classifieds

For the page title, you can use a string override as suggested by @Weka, or go all the SEO way and use module Page Title.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.