Hi everyone,
I'm using the following BC module tag to insert the latest blog post into an html element and have limited the output to 1:
{module_blogsitepost,1,}
This only allows for the latest post but I want to specify exactly which blog post I want to insert, ie. by its blog post id.
Can anyone tell me if it's possible to do this either with the above module tag or with another one?
Really appreciate any help.