-
Notifications
You must be signed in to change notification settings - Fork 0
old uri and permalinks
Alban LEROUX edited this page Sep 12, 2011
·
1 revision
Page Number:
/page/[#]
Post Criteria:
/in-[option]/[value]
/about
/map
/bla
Default:
/post/1234
/post/1234/post-title
Via Optional Plugins:
/post-title
/2009/01/31/post-title
Showing only posts inside the category portraits:
/post/1234/post-title/in-category/portraits
/archive
/archive/in-tag/blue
/archive/in-category/portraits
Show images that have any of the three tags: blue, red, or green. (OR logical operator)
/archive/in-tag/blue,red,green
Show images that have all of the three tags: blue, red, and green. (AND logical operator)
/archive/in-tag/blue+red+green
Show images that have blue or red, but not green: (OR & NOT logical operators)
/archive/in-tag/blue+red-green
A possible idea, template tags are not totally confirmed at this point.
{%% post_title %%}
{%% post_content %%}
{%% post_image %%}
{%% attachments %%}