• Resolved Debugger

    (@retrobeatcom)


    Hello,
    im using the FEEDWORDPRESS plugin to populate my blog from rss.

    in wp_postmeta i have for each post:

    syndication_item_hash	-> 4df6a281a5a0cf0371dc0d31f962272f
    syndication_permalink	-> the url to the artical (PERMALINK)
    syndication_feed	-> rss feed address
    syndication_source_id	-> rss feed address
    syndication_source	-> rss feed name
    syndication_source_uri	-> rss feed site url

    and in the wp_post GUID field i have also

    guid	-> the url to the artical (PERMALINK)

    the content of field: syndication_permalink is used for a permalink of the post.

    THE PROBLEM:
    After recent update all syndication_permalink
    fields are not correct and all of the permalinks.

    My question is now that i have the original permalink url stored in the GUID field of each post – can i update all syndication_permalink fields from GUID fields using post ID?

  • The topic ‘Use GUID url for permalink’ is closed to new replies.