Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Error messages

Home / Forums / Virtue Theme / Error messages

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 14, 2015 at 8:34 am

Hi,
I have error messages for all portfolio posts:
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author
I googled for the answer and found very useful post:

Problem is in code. I opened single.php and there no code that are explained into tutorial.
Single.php looks like this:
<?php get_template_part(‘templates/content’, ‘single’); ?>
I need those lines:
<h1 class=”title single-title”><?php the_title(); ?></h1>
<span class=”post_date”><?php the_time(‘j F,Y’); ?></span>
<span class=”theauthor”><?php the_author(); ?></span>
Let me know where I can find it.
Thank you!

  • The forum ‘Virtue Theme’ is closed to new topics and replies.