Evening,
I'm getting some incorrect links generated by my theme.
WordPress Address (URL): http://localhost/newgameplus/wordpress
Site Address (URL): http://localhost/newgameplus
Clicking on something like preview post
Generates a URL like this:
http://localhost/newgameplus/?p=34
The correct URL is:
http://localhost/newgameplus/wordpress/?p=34
How can I make it reflect this?
(Also, I cannot change site Address because my site is in a different subdomain)