How to hide the first post in a RSS list... is it possible?

Hey @gabrielaguido

So with the default RSS HubL markup I do not think this is possible. But If you were to use the “blog_recent_posts” function to create a dictionaery of post, you can easily skip the first item in the dictinery when printing it with your choice of contition logic.

Reference!