【发布时间】:2016-05-18 06:48:40
【问题描述】:
当点击帖子时,我使用永久链接重定向到帖子页面。它在本地服务器上运行良好。但是即使在托管到主服务器之后,单击它也会被重定向到本地服务器页面。
这是我的代码:
<div class="blog-post_item">
<h4 class="text-center"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
请帮忙
【问题讨论】:
标签: php wordpress permalinks