• Resolved piercleo

    (@piercleo)


    Hi,

    I would like to show in my rss feed the value of two ACF fields :

    Name of the first ACF field : image
    Value I want to return : the URL of the image

    Name of the second ACF field : categories
    Value I want to return : the name of the categorie

    is that possible with your plugin ?
    Pierre

Viewing 1 replies (of 1 total)
  • Plugin Author danikoo

    (@danikoo)

    Hi Pierre and sorry for the late response
    i dont quiet understand.
    the plugin can return posts by any meta value that exists in post
    · csrp_meta_key (string | optional) – Custom field key.
    · csrp_meta_value (string | optional) Custom field value.!must be specified if meta_key present
    · csrp_meta_type (string | optional) You may also specify ‘csrp_meta_type’ if you want to cast the meta value as a specific type.

    for example:
    Display post with meta_key ‘_thumbnail_id’ and meta_value 1448:
    ‘?call_custom_simple_rss=1&csrp_posts_per_page=5&csrp_show_meta=1&csrp_meta_key=_thumbnail_id&csrp_meta_value=1448’

    returning values of custom fields
    all custom fields and their values will be assigned to the “<dc:dataset>” tag in feed
    if you choose “show post meta in feed” in plugin options !

    hope that answer your question
    best regards
    Danny

Viewing 1 replies (of 1 total)
  • The topic ‘Include ACF field values’ is closed to new replies.