Go to Tools in your wordpress interface and chose last option “Custom structure” and paste %postname%. What is page/1 ? A sub-page?
or search here:
http://codex.ww.wp.xz.cn/Using_Permalinks
I know how permalinks but the “page/1” is the pagination of wordpress. There seem to be no settings to customise this other than editing the .htaccess?
For the last day I’ve been trawling Google and the forums to try and find some sort of instructions on if/how it’s possible to somehow change the current paging url of ..
http://domain.com/category/title/page/1/
to something like one of the following:
http://domain.com/category/title/page-1/
http://domain.com/category/title/1/
http://domain.com/category/title/page-1
I’ve been unsucessful and can’t find a method to achieve such a url structure, I’ve even tried mod rewrites that would work usually but don’t as wordpress seems to handle this.
RewriteRule ^([0-9]+)$ index.php?page=$1 [L]
Is there a way I could go about achieving this?
If not would you consider adding the paging structure to the permalinks settings page?
Many Thanks
From a deleted thread.