Currently, this WordPress plugin creates three new rewrite tags:
-
%postformat%
: A sanitized version of the post format of the post likestandard
,aside
,chat
,gallery
,link
and so on. -
%tag%
: A sanitized version of the oldest tag of the post. -
%_custom_%(fieldname)
, where(fieldname)
is the key of a post meta field.
These tags can be extended easily with the help of an abstract class.
There is a new help tab, listing all available rewrite tags, including the built-in tags.
The permalink preview shows what URL your latest post will get.