Skip to content

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

@rafadotnechi

Description

@rafadotnechi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions