Hello, I have understood how an event can be published also in the post-loop of a wordpress site. My question, so, is a bit different.
I don’t have the normal post-loop as Homepage in my site, but a Homepage template that contains various widget. Those widgets “recalls” to existing posts, basing for example on category. In this way, when I add an event, it is not shown in the widget in Homepage, because that widget looks for posts basing on the category, and it can’t find the event as it was a real post. So, when I add an event, I have also to make a new post with the same image and the same text, in this way it is shown in the widget in Homepage.
Is there a way to avoid to create a new post, and to make the widget show the event category in homepage (not sidebar), as it was a normal post, so with image and exerpt, at the same way it shows a post? I hope you can understand the question.