I have a static website, and i like to take some (+ or - 15) post from my 200 post wordpress and get it in a static website with design and thing really different from the blog
i have get that code :
<?php
$my_id = 1828;
$post_id = get_post($my_id);
echo $post_id;
?>
but how to tell the address of the blog, and how to get the database texte from post 1828