How to get post slug from post in WordPress?

后端 未结 10 2242
我在风中等你
我在风中等你 2020-12-25 09:32

I want to get \"abc_15_11_02_3\" from http://example.com/project_name/abc_15_11_02_3/. How can i do this?

10条回答
  •  -上瘾入骨i
    2020-12-25 10:28

    You can get that using the following methods:

    
    

    Or You can use this easy code:

    post_name;
    ?>
    

提交回复
热议问题