multiple wordpress templates content goes to main page database not child case.
-
Ok say you made multiple wordpress directorys and your first was in
htdocs/
then you decided to put the others just under that directory
htdocs/wordpress 1
htdocs/wordpress 2
htdocs/wordpress 3
htdocs/wordpress 4and you modified the wp-config file because your behind a lan and the templates wouldnt show up untill you added
define(‘WP_HOME’,”);
define(‘WP_SITEURL’,”);( and this only works because you have installed the templates for wordpress 1,wordpress 2,wordpress 3 & wordpress 4 into the original site made under htdocs
now the main page shows up with the correct template , and the homepage posts show up, put the pages seem to link back to the original wordpress directory /htdoc’s
like this.
https://www.lorencetree.com
(first go to “a way to ” @ the bottom on the left )https://www.lorencetree.com/phoenix
( try to go to “About Phoenix” )now i understand why this is happening I defined the path to the original path , anyway if i tried to make it proper like this
define(‘WP_HOME’,’https://www.lorencetree.com/phoenix’);
define(‘WP_SITEURL’,’https://www.lorencetree.com/phoenix’);then…. the site is unable to be edited from home as it is no longer accessable ( and i want to edit it from home)
If I dont define these then the site has the content of the main page but no template at all and the links are broken using the internal ip that was originally placed in the path https://x.x.x.x/phoenix
anyone have any advice on this last piece of my problem ?
- The topic ‘multiple wordpress templates content goes to main page database not child case.’ is closed to new replies.