Cannot Edit with Cornerstone - Siteground Staging

I know there’s an issue with Siteground and staging sites, but I’m wondering if there’s a workaround?

I’m unable to access any of the Cornerstone editing functions for any of my content because the site thinks there are duplicate URLS.

We are trying to build a new site that we can swap with our old site upon completion and not being able to use Cornerstone to edit content is limiting us enormously.

For example, I can’t seem to find a way to do basic things like show all posts within a category or set up the Stacks the X theme is known for. Any assistance would be enormously appreciated.

I did JUST realize the essential grid plugin exists… I forgot to check those theme specific plugins. Those may solve my issue.

Hello Bill,

Thanks for writing in!

You may need to edit the wp-config.php file of your staging site and add the following lines:

define('WP_HOME','https://staging2.punishedprops.com');
define('WP_SITEURL','https://staging2.punishedprops.com');

This will ensure that the preview url and the origin url will be forced to use the staging url.

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.