Salve a tutti, ho usato un codice php per inserire alcuni post del mio blog sul mio sito, il codice è il seguente.

Codice PHP:

<?php
require('blog/wp-blog-header.php');
?>
<?php


global $more;
// imposta $more a 0 per ottenere solo la prima parte del post se more e' presente
$more 0

// il Loop
 
while (have_posts()) : the_post(); ?>

<a href="<?php the_permalink() ?>" rel="bookmark" title="Permalink a <?php the_title(); ?>">
<h2>[b]
<?php the_title(); ?>
[/b]</h2>
</a>

<?php the_content('Continua a leggere...'); ?>



<?php endwhile;?>
in locale tutto funziona, ma quando lo metto on-line mi restituisce questo errore:

codice:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /membri/graffithouse/skill.php:11) in /membri/graffithouse/blog/wp-content/plugins/cryptographp/crypt/cryptographp.fct.php on line 14