• 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)
  • Thread Starter igeekout

    (@igeekout)

    Really? No one can help me with this issue?

    Moderator keesiemeijer

    (@keesiemeijer)

    try: echo plugin_dir_url(__FILE__);
    Is this in a plugin file?

    Thread Starter igeekout

    (@igeekout)

    thanks for the response!

    No this is in the overall admin.

    Search doesnt work, nor does admin pagination .

    the subdomain is dropped from the path.

    There were a few plugins that had this issue. I correct those. But I didnt want to dive into the admin core to edit these urls.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link paths in the Admin’ is closed to new replies.