簡體   English   中英

如何將get_bloginfo('template_directory')編輯為localhost而不是真實域?

[英]How to edit get_bloginfo('template_directory') to localhost instead of real domain?

我試圖將WordPress網站安裝到本地目錄。

get_bloginfo('template_directory')返回http://realdomain.com而不是localhost

我如何以及在哪里更改?

define('WP_HOME','http://siteurl'); define('WP_SITEURL','http://siteurl');

將這兩行放在您的wp-config.php文件中

您需要在選項表中更新home和siteurl。

您可以在“ settings > general進行更改,但是在執行此操作時可能要格外小心。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM