Forum Replies Created

Viewing 15 replies - 121 through 135 (of 155 total)
  • Plugin Author danikoo

    (@danikoo)

    Hi
    sorry to hear you are dissatisfied.
    the plugin and is feeds are meant primarily to serve as a tool to show a custom xml by predefined parameters, and probably will not pass feed validation because it shows custom wordpress nodes which don’t exist in a regular feed elements(such as category,term_id etc…)

    nonetheless, i will try to improve the validation where possible.

    regarding your second paragraph – didn’t quite understand what you are asking for ? you wish to view a single post ?
    if so, you can tag it in a special tag and request posts by tag
    for example:
    &csrp_tax_name=post_tag&csrp_tax_term_id=3

    Hope that helps
    Regards
    Danny

    Plugin Author danikoo

    (@danikoo)

    thanks
    go to setings -> custom simple rss plugin -> Parameters Tutorial (tab on top)
    there you will find a complete guide

    the plugin does not support serial data as a value. in need to work on it ??

    to your question:

    filter by meta:
    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.
    Possible values for csrp_meta_type are:
    ‘NUMERIC’, ‘BINARY’, ‘CHAR’, ‘DATE’, ‘DATETIME’, ‘DECIMAL’, ‘SIGNED’, ‘TIME’, ‘UNSIGNED’
    · csrp_meta_compare (string | optional) default ‘IN’
    ‘LIKE’
    ‘NOT LIKE’
    ‘IN’
    ‘NOT IN’
    ‘BETWEEN’
    ‘NOT BETWEEN’
    ‘NOT EXISTS’

    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’

    Display post with meta_key ‘_thumbnail_id’ and meta_value NOT 1448:
    ?call_custom_simple_rss=1&csrp_posts_per_page=5&csrp_show_meta=1&csrp_meta_key=_thumbnail_id&csrp_meta_value=1448&csrp_meta_compare=NOT%20IN

    Plugin Author danikoo

    (@danikoo)

    yes you can!

    Plugin Author danikoo

    (@danikoo)

    Hi
    you didn’t get back me regarding your question – did my solution helped?
    i am resolving this issue
    but please reopen it if you have any questions

    Best Regards
    danny

    Plugin Author danikoo

    (@danikoo)

    Milos Hi
    terribly sorry for the late response
    if you choose in plugin options under “show post content in feed” the value “show clean html”
    and then use “allowed html tags” – you can show the content and clean any unwanted chars or all of them if you wish !

    Hope that helps – and again sorry for the late response.
    i am resolving this issue – but if you need further assistant please reopen it

    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

    Plugin Author danikoo

    (@danikoo)

    Yes there is !
    inside plugin options (not a url param) – choose the option “show post content in feed”
    it will then add <content:encoded> inside feed

    hope this helps
    best regards
    danny

    Plugin Author danikoo

    (@danikoo)

    Hi
    If you need a plugin that shows posts (of any kind) for a specific category or custom field, then this is exactly the plugin for you. by using the csrp_cat parameter in url.
    See documentation for more help

    Plugin Author danikoo

    (@danikoo)

    You enter the key you desire in the settings of the plugin. And then you call it in the query param csrp_key=

    Plugin Author danikoo

    (@danikoo)

    Hi
    you simply paste the code in your site url
    like so:
    https://www.zoome.ee/?call_custom_simple_rss=1&csrp_posts_per_page=5&csrp_orderby=name&csrp_order=DESC
    the result will be an rss feed.
    you can then paste this url, for example, in a rss reader widget.

    for more information:
    please go to “settings” -> “Custom Simple Rss Plugin ”
    and then take a look at the Examples OR Parameters Tutorial Tabs – for more help

    Best regards
    Danny

    Plugin Author danikoo

    (@danikoo)

    terribly sorry for the late response! i missed it.
    if it is still relevant. the “show post thumbnail” option – puts the the post feature image (thumbnail) url into the <enclosure> tag.
    you do not need to place a parameter in the query string.
    isn’t it what happen for you ?

    Plugin Author danikoo

    (@danikoo)

    Sorry about that
    using “admin_print_styles” deprecated hook.

    I have released a new version (1.8.1) please update.

    Plugin Author danikoo

    (@danikoo)

    Of course you can !

    ?call_custom_simple_rss=1&csrp_post_type=post&csrp_per_page=10&csrp_orderby=date&csrp_order=desc&csrp_tax_name=post_tag&csrp_tax_term_id=9

    limit to 10 posts:
    csrp_per_page=10


    order by recent descending:

    csrp_orderby=date&csrp_order=desc

    get post by tags AND the id of the tag
    &csrp_tax_name=post_tag&csrp_tax_term_id=9

    hope this helps !

    Plugin Author danikoo

    (@danikoo)

    right
    the plugin produces a raw extended xml feed only.

    Best regards
    Danny

    Plugin Author danikoo

    (@danikoo)

    Hi Hector

    Just uploaded version 1.7
    with support for custom tax

    for example:
    Show all posts from custom post type “movie”(post_type=movie) where taxonomy is “actor” and actors(terms) are 58 or 57
    call_custom_simple_rss=1&csrp_tax_name=actor&csrp_tax_term_id=58,57&csrp_post_type=movie’

    Let me know if that helps…

    Best regards
    Danny

Viewing 15 replies - 121 through 135 (of 155 total)