the_guid(); pulling old wordpress address
-
In my RSS2 feed:
http://futureprogress.net/feed/You will find that my
the_guid();(in wp_rss2.php) outputs both my production wordpress URI and my dev URI:Production example:
<guid isPermaLink="false">http://futureprogress.net/-/2007/03/28/on-hacking/</guid>Dev example:
<guid isPermaLink="false">http://futureprogress.net.s4954.gridserver.com/?p=5</guid>It appears that when I posted the older posts under the dev config, that URI was saved and does not update even though I have changed the main URI to prod and hence newer posts contain the prod URI
Is there a way to force update whatever it is
the_guid();is grabbing?Thanks…
The topic ‘the_guid(); pulling old wordpress address’ is closed to new replies.