Warning: Cannot modify header information – headers already sent
-
Warning: Cannot modify header information - headers already sent by (output started at /home123b/sub005/sc68558-TOAG/djghost.ca/screentest/top.php:9) in /home123b/sub005/sc68558-TOAG/djghost.ca/screentest/wp-includes/pluggable.php on line 890i get this error from time to time…
im not using a proper wordpress template, i modified it to suit my needs for this website…it works sometimes and doesnt work sometimes, im not sure what the problem is…
the url to the page is at;
websitethe code i edited is here;
<?php query_posts($query_string.'&cat=-3'); while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="post-info"> <div id="blog-title"><?php the_title(); ?></div> <div id="blog-post"><?php the_content(''); ?></div> <div id="blog-date"><?php the_time('F jS, Y') ?></div> </div> </div> <?php endwhile; ?>im not using any of the wordpress plugins, but its basic funition…which is the blog posts, so i just wanted the title, content and date….
please if someone can help me solve this problem ASAP.
thanks in advance and i have already searched the forums and googled my problem…nothing solved it yet…no whitespaces but im willing to check again if you have an idea…
thank you again
The topic ‘Warning: Cannot modify header information – headers already sent’ is closed to new replies.