Title: Error: Missing required field &quot;entry-title&quot;
Last modified: August 22, 2016

---

# Error: Missing required field "entry-title"

 *  [anotation](https://wordpress.org/support/users/anotation/)
 * (@anotation)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/error-missing-required-field-entry-title-2-2/)
 * I am using Spacious theme and I am getting Error: Missing required field “entry-
   title” error.
 * Most of people in forums tell to add
 * `<h1 class="entry-title"><?php the_title(); ?></h1>` in content.php.
 * but in my case, content.php already has
 *     ```
       if( !is_single() ) {
   
       	?>
   
       	<header class="entry-header">
   
       	<h1 class="entry-title">
   
       		<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute();?>"><?php the_title(); ?></a>
   
       	</h1><!-- .entry-title -->
   
       	</header>
   
       	<?php
   
       	}
   
       	?>
       ```
   
 * Please help to resolve the issue.

The topic ‘Error: Missing required field "entry-title"’ is closed to new replies.

## Tags

 * [entry title](https://wordpress.org/support/topic-tag/entry-title/)

 * 0 replies
 * 1 participant
 * Last reply from: [anotation](https://wordpress.org/support/users/anotation/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/error-missing-required-field-entry-title-2-2/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
