Mehmet

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Error: Missing required field "updated" #4374
    Mehmet
    Member

    Hi,

    The solution addressed to the single.php and add update class as show below. However I could not find correct place to apply this on AppDev theme. Please check below and let me know.

    Thanks.

    Fix Missing required field “updated”
    look for the code below on your WordPress theme’s single.php file.

    Find this
    <span class=”post_date”><?php the_time(‘j F,Y’); ?></span>

    then add “date updated” attribute to it. Your code should look like

    <span class=”post_date date updated”><?php the_time(‘j F,Y’); ?></span>

    A tutorial how to apply for Twenty Eleven theme
    http://www.technosultants.com/blog/warning-missing-required-field-updated-wordpress

    in reply to: Primary Menu on Other Single Home Pages #3222
    Mehmet
    Member

    Hello,

    The latest update solved my problem.
    Thank you very much.

    Regards..

Viewing 2 posts - 1 through 2 (of 2 total)