Static blog posts - post IDs
Hello team!
I'd need to set up a page as follows:
There are many sections and each of them contains specific STATIC links to blog posts. I DON'T want these links to dynamically change as I publish new posts, they must be fixed because they are related to specific topics.
At the moment, to obtain this I have inserted some code into the Columns items of my page (the code basically contains images with links to blog posts).
I was wondering if it's possible to insert in my columns the blog shortcode (or blog teaser shortcode), specifying which posts I want to show...maybe using posts IDs or something like that?
Thank you in advance for your support!
Comments
I don't intend to write XXX/YYY in the code...they were obviously an example.
I have already published all the posts I need to use in each Column item of my webpage.
My point is: in the blog shortcode you give the possibility to exclude some posts (exclude_id = ...)....besides this, is it also possible to choose which specific post ids I want to show? If yes, how? And how can I identify the ids of the posts I have already published?
Thank you.