Shifterは「Pretty」なWordPressパーマリンクのみをサポートしています。以下に例を示します。
- 日付と投稿名:
http://example.com/2017/01/30/hello-world/
- 月と投稿名:
http://example.com/2017/01/hello-world/
- 数字型:
http://example.com/archives/123/
- 投稿名:
http://example.com/hello-world/
パーマリンクの設定方法とカスタマイズに関する詳細は、WordPress Codexをご覧ください: https://codex.wordpress.org/Using_Permalinks
末尾のスラッシュは必須です。
例:
https://example.com/
https://example.com/hello-world/
WordPressのプリセットの有無にかかわらず、好きなだけパーマリンク構造を設定できますが、末尾に必ずスラッシュ (/) を追加してください。