1.wp-config.php
代碼: 選擇全部
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
代碼: 選擇全部
update_option('siteurl','http://example.com/yourblog');
update_option('home','http://example.com/yourblog');
index.php
page.php
sidebar.php
single.php
footer.php
header.php....