Link paths in the Admin
-
It seems that
<?php echo $this->url( $_SERVER['REQUEST_URI'] ) ?>
does not return the full url in the admin. I have many plugins and or the admin itself that will not work correctly because the urls are not the full urls.Any ideas how to work around this?
my site is: domain.com/subdomain. But when I hover pagination links built in to the admin urls are domain.com/wp-admin/edit.php?paged=2
All other things site wide work fine. Its just the admin and a few plugins.
Im not even sure if its Request_URI. Just a guess.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Link paths in the Admin’ is closed to new replies.