Here is link, Iam tring to load on front page, calling post by id and output filter content.
http://ibernet.ch/laterrase/
<?php $post_gallery = get_post( 94 );
$output = apply_filters( ‘the_content’, $post_gallery ->post_content );
echo $output;
?>
Hi, i just check console: jQuery(…).slick is not a function … Should i include this manualy or should be already included?