Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posts that are not in the selected feed are appearing #180

Open
rafadotnechi opened this issue Feb 16, 2022 · 1 comment
Open

Posts that are not in the selected feed are appearing #180

rafadotnechi opened this issue Feb 16, 2022 · 1 comment

Comments

@rafadotnechi
Copy link

Hello I'm using this plugin to parse rss from a website and a random post from a german blog is showing up every now and then in parse:
image

this is the code:

function startFeed() {
  $("#rss-feeds-wide").rss("https://www.blog.fiestapartyfesta.com.br/feed/",{
    layoutTemplate: '<div class="ui four stackable cards">{entries}</div>',
    entryTemplate: '<div class="ui centered blog card"><div class="image whiteBG"><a href="{url}"><img class="blogImage" src="{teaserImageUrl}"></img></a></div><div class="content"><a class="header secondary" href="{url}">{title}</a></div>',
    order: 'publishedDate',
    limit: 4
  });
}

this is how it should always appear:
image

@sdepold
Copy link
Owner

sdepold commented Feb 16, 2022

You can disable this behavior by turning off the support option :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants