Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author danikoo

    (@danikoo)

    Didn’t quite understand the question, but if you are asking about getting a post type with a combination of meta key, then try something like that (can be any key and any post type)
    Display post with meta_key ‘_thumbnail_id’ and meta_value 1448 and post type page
    ‘?call_custom_simple_rss=1&csrp_posts_per_page=5&csrp_show_meta=1&csrp_meta_key=_thumbnail_id&csrp_meta_value=1448&csrp_post_type=page

    Thread Starter mc9625

    (@mc9625)

    The problem is I have a custom post type “recipe”, it has some custom fields that are serialised (recipe info and steps). So I should try to “unserialise” the values. I’ve been able to do that on native wordpress RSS, but your plugin has a better management of RSS.

    Plugin Author danikoo

    (@danikoo)

    Hey
    Im trying to help but i fail to understand what is it exactly you are asking.
    If you are asking about fetching posts with serialised meta value try adding
    csrp_meta_compare=like

    Best regardas
    Danny

    Plugin Author danikoo

    (@danikoo)

    Hi
    did it worked for you as expected?
    please let me know ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Fields’ is closed to new replies.