-
AuthorPosts
-
January 3, 2023 at 10:02 am #12287Steve NahasParticipant
Hi, new pro user here. I am building a short code to use keyword filters. I am not using the widget to do this. I defined the keyword filters as per the documentation, but in my shortcode … see structure below:
—–
[srr_feed urls=”https://www.example1.com/feed/, https://example2.com/feed”
grid_columns=”3″
color_style=”twitter”
show_author=1
show_date=1
show_thumb=”1″
thumbnail_size=”128px”
show_desc=”none”
add_nofollow=”0″
display_type=”grid”
thumbnail_position=”cover”
count=”12″
rich_desc=”1″
filter_type=“show”
show_source=”below_desc”
filter_name=“opinion”
tab_titles=”1,2″]
—–When I switch the filter name, all the articles stay and are not filtered. What am I doing wrong? Thanks!
January 4, 2023 at 12:51 am #12290Aakash ChakravarthyKeymasterHi Steve,
Thanks for using Super RSS Reader PRO.
Can you please share the following information?
1) The RSS feed URL(s)
2) A screenshot of the filter rules you have created for “opinion”I’ll recreate the same on my local setup and see if issue is reproduced.
Thanks,
AakashJanuary 4, 2023 at 9:40 pm #12298Steve NahasParticipantHi Aakash,
Any update here? Thank you!
Steve
January 4, 2023 at 10:34 pm #12299Aakash ChakravarthyKeymasterHi Steve,
I have requested the following information in my previous reply.
Keyword Filter not working for me … thanks for your assistance 🙂
Can you please share the following information?
1) The RSS feed URL(s)
2) A screenshot of the filter rules you have created for “opinion”I’ll recreate the same on my local setup and see if issue is reproduced.
Can you please share this information?
Thanks,
AakashJanuary 5, 2023 at 3:19 am #12302Steve NahasParticipantHi there, I’m not seeing any of my previous two messages! …did you receive them?
January 5, 2023 at 3:20 am #12303January 5, 2023 at 9:37 pm #12309Steve NahasParticipantHi Aakash, didn’t hear back from you yet. Any update? I even tried to define the keyword filter to be very specific, and nothing changes. It seems the two parameters (filter type and name) for filtering do not work or filter anything. Is this from how I constructed the shortcode, or something else?
I emailed the actual shortcode I used … when I paste it here, the message doesn’t post for some reason …
January 5, 2023 at 10:03 pm #12310Aakash ChakravarthyKeymasterHi Steve,
I received the details you have shared. I just starting working on this issue. Please give me couple of hours. I’ll update you on this.
Thansk,
AakashJanuary 5, 2023 at 10:28 pm #12312Steve NahasParticipantMany thanks! …. this is the one feature that we need and appreciate your help to get this working.
January 5, 2023 at 10:48 pm #12316Aakash ChakravarthyKeymasterHi Steve,
It looks like the issue was in the “double” quotes. Some double quotes are prettified which made the parser pick wrong values.
Please copy paste the shortcode below and see if it works.
[srr_feed urls="https://www.thegatewaypundit.com/feed/, https://redstate.com/feed, https://www.dailywire.com/feeds/rss.xml, https://www.conservativedailynews.com/feed/, https://www.newsbusters.org/blog/, https://www.thecentersquare.com/search/?f=rss, https://www.dailysignal.com/feed, https://hotair.com/feed" grid_columns="3" color_style="twitter" show_author=1 show_date=1 show_thumb="1" thumbnail_size="128px" show_desc="none" add_nofollow="0" display_type="grid" thumbnail_position="cover" count="12" rich_desc="1" filter_type="show" show_source="below_desc" filter_name="opinion" tab_titles="Gateway Pundit, RedState, The Daily Wire, Conservative Daily News, Newsbusters, CenterSquare"]
I tried the same shortcode on my page and the feed was filtered. Below is an example where feeds with category “opinion”.
January 5, 2023 at 10:53 pm #12317Steve NahasParticipantThank you … this worked! I will remove some tabs/urls as they don’t have any filter hits.
Much appreciated!
S.
January 5, 2023 at 11:05 pm #12319Aakash ChakravarthyKeymasterGlad to hear!
January 5, 2023 at 11:34 pm #12320Steve NahasParticipantAnd what is “prettified” and how do I look for this for other short-codes?
January 6, 2023 at 12:45 am #12321Aakash ChakravarthyKeymasterPrettier double quotes are like
“
instead of"
.
Sometimes WordPress prettifies double quotes. May be you copied the quote which was prettified.January 6, 2023 at 1:15 am #12322Steve NahasParticipantah thank you! … got it.
Also, for keyword filters, can I add a two word phrase? “US News” ?
Finally, just wondering about my earlier question … am curious to know what WP Plugins your site uses for Google/FB login as well as Membership/Accounts …. it’s done very well.
Best,
S.
-
AuthorPosts
- You must be logged in to reply to this topic.