• I know that the code <?php the_permalink ?> gives me http://mysite.com/blogpost/

    But I was wondering is there away to manipulate that code or is there another code that would produce mysite.com/blogpost as for something on my site to work it can’t have http:// in front of it,

    Thanks if you can help me 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • no, nothing can work without http://

    all the files are transferred from server to your browser, using http request only.. 🙂

    Thread Starter sherwoodwf

    (@sherwoodwf)

    You didn’t understand what I meant,

    I need it to produce a link with out http:// in front because it will be added to another bit of a code that’s from an external site where it has to be without http:// for it to work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP code like permalink?’ is closed to new replies.