By dferriman on
Not sure how to ask this question, so I had trouble looking it up on Google. Right now when I make a blog, it reads:
sitename/node/1
I would like the URL to read:
sitename/My_Blog_Post
or something like that. Is that possible in Drupal?
To make it clearer, if I write a blog titled "How to Get a Cat Out of a Tree" the URL would show the name:
sitename/How_to_Get_a_Cat_Out_of_a_Tree
Thanks!
Comments
Use the Path module which is
Use the Path module which is a core Drupal module.
If you want the path created automatically then use Pathauto which can be found here: http://drupal.org/project/pathauto
That worked amazingly well.
That worked amazingly well. Thank you very much!!!