Error: Missing required field "entry-title"

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Fri Mar 21, 2014 6:43 am
In another early post we fixed the hatom-feed errors but of course upon updating the theme I lost all the edits and had to do them again. Following my earlier posts I followed this again which worked fine but fine one error I can't seem to fix:

Error: Missing required field "entry-title"

http://teambuilding-bangkok.com

Regards

Toni
User avatar
Expert Boarder

GK User
Fri Mar 21, 2014 5:04 pm
Hello toni,

Could you provide me an URL to topic with changes which you have applied to your theme?
User avatar
Administrator

GK User
Fri Mar 21, 2014 5:15 pm
Hi Dziudek

Here is the link below. It was you who solved that for me. ;)

https://www.gavick.com/forums/cloudhost ... 31770.html

Regards

Toni
User avatar
Expert Boarder

GK User
Fri Mar 21, 2014 6:35 pm
It seems that you didn't applied the change in file layouts/content.post.header.php:

Code: Select all
<h<?php echo (is_singular()) ? '1' : '2'; ?>>


to:

Code: Select all
<h<?php echo (is_singular()) ? '1' : '2'; ?> class="entry-title">
User avatar
Administrator

GK User
Fri Mar 21, 2014 6:50 pm
Thank you. I went through the process this morning but upon checking found as you had written! :blush:

All the posts are now fine but where would I do this for pages e.g. home page (static front page)?

regards

Toni
User avatar
Expert Boarder

GK User
Fri Mar 21, 2014 6:53 pm
As I see you have a blank header of the page used on the frontpage so there is no h2 tag with the necessary class - please try to add title for this page.
User avatar
Administrator

GK User
Mon Mar 24, 2014 5:02 pm
Yes that solved it thanks. I have a bad habit of working through the early hours! Fortunately I use the same theme on my other site so I just copied it over :oops: No more code editing for me!

Post solved and closed
User avatar
Expert Boarder


cron