The guids tag has no wiki summary.
6
votes
1answer
520 views
Moving WP install from local to live, what about wp_posts GUID?
Done this before and i am still wondering what to do with the wp_posts => guid content, which has reference to http://localhost
But at wordpress.org http://codex.wordpress.org/Changing_The_Site_URL ...
4
votes
4answers
1k views
Problem with guids and absolute links
Post and page guids include the full absolute URL of my site (e.g. http://www.example.com/wordpress/?p=1). This causes a problem if the domain, or wordpress path changes, or if I'm viewing the site ...
1
vote
1answer
75 views
media 'path' issue / concern when bringing files live
I'm currently developing a site we have installed on a sub-domain.
'beta.mysite.com'
We will eventually, be moving site to it's root domain.
'www.mysite.com'
Problem?
any post type attachment / the ...
1
vote
2answers
752 views
Duplicate Posts using Feedwordpress
Feedwordpress has an issue with creating duplicate posts. This duplication does not happen predictably, however, so it is hard to debug it. I need to be able to reproduce duplicating posts before I ...
1
vote
1answer
90 views
One reason for changing the GUID
I create product custom posts from an external data suscription, populating some custom fields and displaying product specifications automatically.
As there are a lot of these products, the manual ...
0
votes
4answers
53 views
problem with guid, when i change the folder name
I'm new to WordPress. I started the site as good with folder name wordpress. After I changed the folder name from wordpress to test. And also change the siteurl from http://localhost/wordpress to ...
0
votes
2answers
474 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 ...
0
votes
1answer
704 views
GUID field in wp_posts - relevance for attachments?
How significant is the guid field in wp_posts?
I'm doing a migration and adding a lot of images to the table (via wp_insert_attachment, wp_generate_attachment_metadata and ...
0
votes
1answer
103 views
wp_posts - guid update
Hello and please excuse if this has been answered before but we really need to make sure.
We have developed a website under a domain of ours and then moved it to the live site of the client. We have ...
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
347 views
Change custom post type GUID in RSS
So i got the RSS feed which output some custom post types, but the GUID looks bad to me, it's like:
?post_type=mycustompost&p=124
The reason i want to change this is that I don't need people to ...
0
votes
1answer
91 views
Inserting post_id into guid before wp_insert_post
I would like to insert data into the wp_posts table with the inserted post_id in the 'guid' for a record that doesn't already exist. Below is the closest I've gotten but this doesn't work ...
0
votes
0answers
68 views
Custom Post Type GUID taking special characters [closed]
I am trying to create a custom post type called calendar and posts in it. Later on when I do a $wpdb query and also check the database manually I find the GUID of all of them as
...
