| | 163 | <div id="cp_help" class="cp_help"> |
| | 164 | <p><?php _e('WordPress permalink structures are made up of variables, typically separated by forward-slashes. Some variables you can use are:'); ?></p> |
| | 165 | <ul> |
| | 166 | <li><code>%post_id%</code> — <?php _e('the numeric ID of the page'); ?></li> |
| | 167 | <li><code>%year%</code> — <?php _e('the year the entry was posted'); ?></li> |
| | 168 | <li><code>%monthnum%</code> — <?php _e('the numeric form of the month in which the entry was posted'); ?></li> |
| | 169 | <li><code>%day%</code> — <?php _e('the numeric form of the day of the month on which the entry was posted'); ?></li> |
| | 170 | <li><code>%postname%</code> — <?php _e("the post's slug"); ?></li> |
| | 171 | </ul> |
| | 172 | <p><?php _e('Some tips for creating your own permalink structure:'); ?></p> |
| | 173 | <ul> |
| | 174 | <li><?php _e('Be sure to end your permalinks with something unique to each post, like <code>%postname%</code> or <code>%post_id%</code>.'); ?></li> |
| | 175 | <li><?php _e("If you don't have <code>mod_rewrite</code> installed, you can start your permalink structure with <code>/index.php/</code> and WordPress will try to bypass the need for <code>mod_rewrite</code>."); ?></li> |
| | 176 | </ul> |
| | 177 | <p><?php _e(sprintf('For more detailed information, check <a href="%s">the Codex</a>.', 'http://codex.wordpress.org/Using_Permalinks')); ?></p> |
| | 178 | </div> |