danikoo
Forum Replies Created
-
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=3Hope that helps
Regards
DannyForum: Plugins
In reply to: [Custom Simple Rss] How to filter by more complex metathanks
go to setings -> custom simple rss plugin -> Parameters Tutorial (tab on top)
there you will find a complete guidethe 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%20INForum: Plugins
In reply to: [Custom Simple Rss] Order by Custom Field?yes you can!
Forum: Plugins
In reply to: [Custom Simple Rss] Want featured image but its pulling first imageHi
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 questionsBest Regards
dannyForum: Plugins
In reply to: [Custom Simple Rss] Remove HTML and formatting from RSSMilos 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 itForum: Plugins
In reply to: [Custom Simple Rss] Include ACF field valuesHi 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
DannyForum: Plugins
In reply to: [Custom Simple Rss] Full post vs excerpt?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 feedhope this helps
best regards
dannyForum: Plugins
In reply to: [Custom Simple Rss] Can use it for google news editors picks feed generatorHi
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 helpForum: Plugins
In reply to: [Custom Simple Rss] Protect feeds with KeyYou enter the key you desire in the settings of the plugin. And then you call it in the query param csrp_key=
Forum: Plugins
In reply to: [Custom Simple Rss] category rss feedHi
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 helpBest regards
DannyForum: Plugins
In reply to: [Custom Simple Rss] Want featured image but its pulling first imageterribly 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 ?Forum: Plugins
In reply to: [Custom Simple Rss] Notice: Undefined variableSorry about that
using “admin_print_styles” deprecated hook.I have released a new version (1.8.1) please update.
Forum: Plugins
In reply to: [Custom Simple Rss] Custom Simple RSSOf 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=descget post by tags AND the id of the tag
&csrp_tax_name=post_tag&csrp_tax_term_id=9hope this helps !
Forum: Plugins
In reply to: [Custom Simple Rss] How to have an rss template?right
the plugin produces a raw extended xml feed only.Best regards
DannyForum: Plugins
In reply to: [Custom Simple Rss] Filter by custom taxonomy?Hi Hector
Just uploaded version 1.7
with support for custom taxfor 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