I am trying to set up my blog posts so that the URLs have the title of the posts in them. When I make edits to the patterns under the Configure link in the PathAuto module, I am making sure to update the paths afterwards. So far I have been able to get a blog subcategory with username to work like so:
www.mywebsite.com/drupal/blogs/rocko
But if I click on an article I'll get the node number instead of something like the title:
www.mywebsite.com/drupal/blogs/rocko-20
I'd also like to start seeing blog pages get organized by terms in a Taxonomy I made for them. All the content has been assigned to at least one term.
I hoped somebody here could guide my on patterns, or indicate if it's something else entirely. Here are the patterns I have under Home>Administration>Configuration>Search and metadata>URL aliases:
Content Paths
Default path pattern (applies to all content types with blank patterns below)
content/[node:author]/[current-page:title]
Pattern for all Blog entry paths
blogs/[node:author]/[current-page:title]
Pattern for all Page paths
page/[node:author]/[current-page:title].html
Pattern for all Story paths
story/[node:author]/[current-page:title].html
Taxonomy term paths
Default path pattern (applies to all vocabularies with blank patterns below)
(blank)
Pattern for all Blog Tags paths