• Resolved lutetia

    (@lutetia)


    Hi all,
    I just noticed that one post title has the word “standard” appended to the right, where “draft” might appear in the case of an unpublished post.

    This post is published (since mid-october), displaying properly, has tags, an author, etc. It is the only post that has “standard” appearing next to the post title in my list of posts in the dashboard.

    Does anyone know what this means?

    Update: I deactivated all my plugins in order to troubleshoot, but this did not make a difference. The word “standard” still appears next to the one post title.

Viewing 1 replies (of 1 total)
  • Thread Starter lutetia

    (@lutetia)

    The solution lies in adding Post Formats support for the theme (if it doesn’t already have it, as was the case with my theme) by adding this single line of code in the functions.php file:

    add_theme_support( ‘post-formats’, array( ‘aside’, ‘gallery’,’link’,’image’,’quote’,’status’,’video’,’audio’,’chat’ ) );

Viewing 1 replies (of 1 total)
  • The topic ‘What does "standard" next to post title mean?’ is closed to new replies.