• How can I get wordpress to automatically print the url of a that page on every page.

    Ex:
    You are browsing (URL here)
    (Using the same seo friendly urls as I set in the admin panel)

Viewing 1 replies (of 1 total)
  • <?php echo $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ?>

    Put in your template files and it will display the current URL

Viewing 1 replies (of 1 total)
  • The topic ‘url question’ is closed to new replies.