Hi.
I want to change the URL of 'posts_nav_link' (the links 'Previous' and 'Next' on the right side). Instead of:
http://www.MYSITE.COM/index.php?blog=6&page=1&disp=posts&paged=2
I want:
http://www.FOO.NET/index.php?blog=6&page=1&disp=posts&paged=2
Can I modify the parameters? Thank you very much.
BTW... Is there any option to change the base URL on the whole document? I tried by modifying (on the template):
<base href="http://www.FOO.NET" />
but it does not work
I'm not really sure why you'd want to do this (unless you've changed domain), but all you do is crack open conf/_config.php and edit the $baseurl to be whatever you want.