• Hi,
    I am using Feedwordpress plugin so as to feed my WordPress blog. The source I feed contains specific meta as <mission></mission> or <profile></profile> that I need to retrieve in single.php.
    I know that get_feed_meta function exists but I can’t succeed in using it efficiently.

    Could you please help me to find a solution ?

    Kind regards,

    Quentin

Viewing 3 replies - 1 through 3 (of 3 total)
  • BAC

    (@bac-1)

    did you get anywhere with this?

    BAC

    cookiefactory,

    It is possible for you to retrieve the data in these custom tags for use in templates, but whether they can be accessed by means of get_feed_meta() or whether you need to adopt another technique (specifically, writing a PHP add-on module that hooks onto the syndicated_post filter to store post-level metadata where the template can find it), will depend in where these metadata tags are appearing. Are the elements of the channel data on the feed, or are they elements on each individual post? (If you’re not sure, just give me the URL and I can look for you.)

    Let me know, and I can help you get the data, one way or another.

    Charles Johnson
    Developer, FeedWordPress

    hi radgeek,

    I have the same problem of cookiefactory and need a solution
    can you help me?

    this is the feed url:
    https://temi.repubblica.it/wp-content/plugins/CustomFeedRSS/full_feedRSS.php?blogid=821

    in which I already have the custom fields I want to be syndicated(<foto_strillo> and <sommario_strillo>) along with title and content
    thank you in advance

    Giulio

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feedwordpress : how to retrieve custom meta’ is closed to new replies.