| 146 | | <?php _e('Custom, specify below'); ?> |
| | 146 | <?php _e('Custom, specify below'); ?><br /> |
| | 147 | <div class="wrap"> |
| | 148 | <p> |
| | 149 | <?php _e('<strong>About Custom Permalinks:</strong><br />A permalink structure is made up of a number of variables such as %year%, %monthnum%, %day, %postname%. Your structure can be made up in any way you choose, however these rules should be followed for correct operation.<br /><br />» The structure should begin with a /<br />» Each variable should be seperated by a /<br />» A permalink should end with %post_id% or %postname%, this makes sure that the permalink navigates to individul posts.<br /><br />'); ?> |
| | 150 | <?php _e('A <a href="http://codex.wordpress.org/Using_Permalinks">large number of tags</a> are avaliable and the following examples should give you some ideas.<br /><br />» /%post_id%/ will gives URLs such as "' . get_settings('home') . $prefix . '/234"<br />» /%author%/%category%/%postname%/ will gives URLs such as "' . get_settings('home') . $prefix . '/' . 'some-author/interesting-catagory/sample-post/' . '"<br />» /%author%/%year%/%monthnum%/%day%/%post_id%/ will gives URLs such as "' . get_settings('home') . $prefix . '/some-author/' . date('Y') . '/' . date('m') . '/' . date('d') . '/342/"'); ?> |
| | 151 | </p> |
| | 152 | </div> |