0
我使用固定鏈接重定向到一個帖子頁面,當一個帖子被點擊。它在本地服務器上正常工作。但即使託管到主服務器後,它也會在單擊時重定向到本地服務器頁面。固定鏈接重定向到本地服務器
這裏是我的代碼:
<div class="blog-post_item">
<h4 class="text-center"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
請幫
[Wordpress自定義永久鏈接使用.htaccess]可能重複(http://stackoverflow.com/questions/34824697/wordpress-custom-permalinks-using-htaccess) – LoicTheAztec