what i did?
I created a post where i inserted slideshow
post can be seen at https://www.prodive.si/divewp/47273/
then i use a code
<?php
$post_id = 26;
$queried_post = get_post($post_id);
$title = $queried_post->post_title;
echo $title;
echo $queried_post->post_content;
?>
in a template and the result can be seen on
https://www.prodive.si/divewp/ scroll down below, you will see a thumbnail of a ship below 3 articles .. no slideshow .. hmm
Thank you