Tagged Questions
0
votes
1answer
40 views
GUID not updated on import
I've exported data from my dev server and imported it to my prod server.
One template is listing child pages and uses $page->guid to get link to page.
The problem is that this link still points to ...
0
votes
2answers
480 views
Importing Direct to DB - GUID Question
I've got a CSV file of new posts which I'll be importing straight into the database.
Is it safe to give a GUID of http://domain/?p=[n] where [n] is any number, as long as it's not a duplicate of an ...