jofta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: lucky-33 More InfoThis may help you , or at least impress you 🙂
Docking BoxesForum: Fixing WordPress
In reply to: posts_nav_link() giving what seems to be the wrong valueMaybe this thread will help you..
http://wordpress.org/support/topic/33251Forum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueYou can also try using $_SERVER[‘PHP_SELF’] instead of $_SERVER[‘SCRIPT_NAME’].
Seems to have fixed the problem across all themes.
I neglected to mention that “localhost” test is based on a database conversion from B2Evolution, which went remarkably well, if that makes any difference to the issue.
Cheers and thanks for the help.
Forum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueThanks, Ill give both a spin and report the results.
Forum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueThanks for the help..
I’ll come back when I eventually go live with it 🙂Forum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueForum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueI just changed the file template-functions-links.php to the 1.5.1 version and once again, no matter what theme I use I get a link as follows…
http://localhost/wow/php/php.exe?paged=2Putting the 1.5 template-functions-links.php back gives me
Forum: Fixing WordPress
In reply to: 1.5.1 prev – next links issueHi…
I have
<?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('Next Entries »') ?>Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1Re 1.5 to 1.5.1 upgrade…
I found I had to replace the template-functions-links.php with the previous 1.5 version.
On the index page the “previous” link was /php/php?/paged=2
It now operates fine with “/index.php?pegd=2”Note, this is on a development server and not live 🙂
Any ideas why this would happen?
Cheers
John