我想問一下如何訪問我的WordPress網站索引(主頁),而不需要URL中的/ home,因爲目前我可以訪問我的網站索引時添加/ home在網址。訪問網址索引而不是/ home wordpress
謝謝!
我想問一下如何訪問我的WordPress網站索引(主頁),而不需要URL中的/ home,因爲目前我可以訪問我的網站索引時添加/ home在網址。訪問網址索引而不是/ home wordpress
謝謝!
請去你管理面板 然後
公開賽:設置 - >閱讀 並設置了接待頁面顯示一個靜態頁面(請選擇以下) 和「前選擇頁面頁「下拉
然後保存更改
這可能會幫助你
www.example.com/home to www.example.com
它有兩個方法做到這一點:
Method 1:
>> Login to you admin section area
>> select the Settings -> Reading
>> choose the static page radio box and then select you page which you want to display as a home page in your case it is /home
=======
Method 2:
>> Login to you admin section area
>> select the appearance =>Customize
>> select the Static Front Page and after this you need to to choose A Static page under the Front Page Display and choose you page form the select box.
希望因此這會爲你工作: )
我試圖把我的wordpress項目放在根目錄下,並且工作正常。只有當我把wordpress放在我的子目錄文件夾中時纔會出現問題 –
你只需要添加url rewrite規則 – servendra
不解決我的問題,它將我重定向到本地主機{wordpress_folder} –
你做過任何類型的自定義? 別的,它對我們來說工作得很好。 – Ronak
我還沒有做任何定製:(。順便說一下,我的主頁是在我的index.php文件中,模板名稱爲 –