• Resolved wordmax

    (@wordmax)


    Great plugin! We used it to add a RSS link for a podcast ‘feed source’ and we have 200 feed items. There is duplicate text in each post that we want to find and replace for all 200 posts. We try a few “find and replace” plugins to try and it does not work.

    So, the question, where is the description data for the feed items stored? In mySQL table? We can’t find it. Please advise. Would be nice to have a way to view the entire description for any of the imported feed items.

    Thanks for your help.

Viewing 1 replies (of 1 total)
  • Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @wordmax

    Feed items are a custom post type. This means that they are really just WordPress posts under the hood.

    The descriptions are stored in the post’s content in the database. They can be found in the?wp_posts?table, in the?post_content?column. Additionally, the?post_excerpt?column contains a copy of the content with all the HTML stripped out.

    If you have any further questions or need additional assistance, feel free to reach out. We’re here to help!

Viewing 1 replies (of 1 total)
  • The topic ‘Where is the RSS description data stored? mySQL table…?’ is closed to new replies.