用的 wordpress 。。 请勿喷
设置了一个扁平化分享,但是网站地址判断总是错误。(与插件无关)
网站使用 <?php the_permalink() ?> 判断地址。
但是总是输出 /archives/37/
本来应该是 : https://www.vobe.io/archives/37/
折腾好久没弄好,哭晕在厕所。

用的 wordpress 。。 请勿喷
设置了一个扁平化分享,但是网站地址判断总是错误。(与插件无关)
网站使用 <?php the_permalink() ?> 判断地址。
但是总是输出 /archives/37/
本来应该是 : https://www.vobe.io/archives/37/
折腾好久没弄好,哭晕在厕所。
1 ivmm OP 怎么沉下去了 |
2 YAFEIML Jul 13, 2015 <?php home_url() ?><?php the_permalink() ?> |
3 ivmm OP 没用啊 |