used 2 digit month for example
git-svn-id: http://svn.automattic.com/wordpress/trunk@776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c38e0e27b8
commit
ef48463a7f
|
@ -76,7 +76,7 @@ default:
|
|||
<p>WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:</p>
|
||||
<ul>
|
||||
<li><code>%year%</code> --- The year of the post, 4 digits, for example <code>2004</code> </li>
|
||||
<li><code>%monthnum%</code> --- Month of the year, for example <code>5</code></li>
|
||||
<li><code>%monthnum%</code> --- Month of the year, for example <code>05</code></li>
|
||||
<li><code>%day% </code>--- Day of the month, for example <code>28</code></li>
|
||||
<li><code>%postname%</code> --- A sanitized version of the title of the post. So "This Is A Great Post!" becomes "<code>this-is-a-great-post</code>" in the URI </li>
|
||||
<li><code>%post_id%</code> --- The unique ID # of the post, for example <code>423</code> <strong></strong></li>
|
||||
|
|
Loading…
Reference in New Issue