Hi, is it possible to embed html blog (with archives) into static website (css+html) so only 1-2 new posts would appear on the home page and the rest will go to /blog folder? if yes, can anybody give a link. Thanks, your answer is much appreciated
you would have to use an RSS feed displayed by JavaScript to display into a static html page... or Recreate static page into php and use .htaccess / mod_rewrite to keep .html extension..