This is a Construct 3 WebApp that is connecting to a WordPress plugin at twistedvoid.com which is selecting posts in the C3 News category, getting specific details of the post llike title, author, content and wrapping it all in a JSON response to send back to the C3 app.
The C3 app then parses the JSON, grabs the keys and values and pastes them into this HTMLElement.
The beauty of this is, once you have the CSS set up for the HTMLElement, all you have to do is create a new post in WordPress and the plugin feeds it to the C3 app when it requests it.
If you click this link: https://twistedvoid.com/blog/2023/01/19/what-am-i-looking-at/, you can see the actual WordPress post that this was taken from.
What this also means is, that you can post your game news on your WordPress website and have it automatically appear in your game!