Fixed, disabled the clef plugin
Thank you – been working loverly for a week now.. until
Warning: Cannot modify header information - headers already sent by (output started at /home/cherryde/public_html/index.php:274) in /home/cherryde/public_html/blog/wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php on line 124
Any suggestions?
<?php
$posts = get_posts(‘numberposts=5&order=ASC&orderby=post_date’);
foreach ($posts as $post) : setup_postdata( $post ); ?>
<?php the_date(); echo “
“; ?>
<?php the_title(); ?>
<?php the_excerpt(); ?>
<?php
endforeach;
?>
Changed to this but no different..
Yes, I intended only to have 5 posts.. but id like it in date order
SO i’m guessing its just adding the “‘orderby’ => ‘post_date’,” in