Can I get a “base URL” in WordPress within a template file?

前端 未结 5 659
有刺的猬
有刺的猬 2021-02-01 03:57

Usually in my PHP apps I have a base URL setup so I can do things like this

tom/jones\">Tom
         


        
5条回答
  •  心在旅途
    2021-02-01 04:01

    You can try using

    
    

    By using this can get site url like www.xyz.com

    
    

    By using this syntax you will get url like www.xyz.com/contact

提交回复
热议问题