Title: Header Error Message
Last modified: August 19, 2016

---

# Header Error Message

 *  [capples3](https://wordpress.org/support/users/capples3/)
 * (@capples3)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/header-error-message-1/)
 * Hi All,
 * The site is question is the hompage [http://www.rockyformayor.com](http://www.rockyformayor.com)
   if you take a look at the footer you can see that I have called in the 3 most
   recent posts from the blog page.
 * Every now and then I get the following error.
    Warning: Cannot modify header 
   information – headers already sent by (output started at /home/rockyfor/public_html/
   index.php:8) in /home/rockyfor/public_html/blog/wp-content/plugins/wp-super-cache/
   wp-cache-phase2.php on line 71
 * Here is the code I’m using to call in the posts.
 *     ```
       <?php require('./blog/wp-blog-header.php');?>
           <ul>
       	<?php query_posts('showposts=3'); ?>
       	<?php while (have_posts()) : the_post(); ?>
       	<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></li><br />
       	<?php endwhile;?>
           </ul>
       ```
   
 * Any help is appreciated sometimes the messages comes up and sometimes it does
   not.

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/header-error-message-1/#post-1595239)
 * [Solving “headers already sent” warnings](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)

Viewing 1 replies (of 1 total)

The topic ‘Header Error Message’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/header-error-message-1/#post-1595239)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
