简体   繁体   中英

How to change the directory of blog posts in Drupal 6

第一次使用这里的用户:我想知道如何将博客文章的目录从www.yoursite.com/node / ...更改为www.yoursite.com/blog / ...?

Use the Pathauto module to define an alias for "blog entry" nodes.

EDIT:

Then go to www.yoursite.com/admin/build/path/pathauto, under "Node path settings", put something like blog/[title-raw] in "Pattern for Blog entry path".

Finally go to www.yoursite.com/admin/content/node, select all your blog entries, and select "Update path alias" under "Update options".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM