Hey Nicholas,
In voteitup.php (Line 56):
$edir = get_bloginfo('url')."/".$edir;
should be
$edir = get_bloginfo('wpurl')."/".$edir;
Cheers,
Brad
Hey Nicholas,
In voteitup.php (Line 56):
$edir = get_bloginfo('url')."/".$edir;
should be
$edir = get_bloginfo('wpurl')."/".$edir;
Cheers,
Brad
I used bradt's fix, but am still getting one defective url from the sidebar menu.
"About" is still in that sidebar list.
And gives the user this broken link:
h ttp://localhost/?page_id=2
the real link should be:
h ttp://mysitedeleted.com/wordpress/?page_id=2
OK, I solved my problem a different way: I went into the database and tweaked the votes info (for id=2) so that it matched the others.
This topic has been closed to new replies.