• I just installed the Theme Check plugin and I have trouble understanding the first part of the information I received regarding my theme.

    REQUIRED: No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
    REQUIRED: Could not find wp_link_pages. See: wp_link_pages
    <?php wp_link_pages( $args ); ?>
    REQUIRED: Could not find dynamic_sidebar. See: dynamic_sidebar
    <?php dynamic_sidebar( $index ); ?>
    REQUIRED: Could not find comment_form. See: comment_form
    <?php comment_form(); ?>
    REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
    REQUIRED: Could not find add_theme_support( ‘automatic-feed-links’ ). See: add_theme_support
    <?php add_theme_support( $feature ); ?>

    Which snippets or .php pages do they go in?

  • The topic ‘What do these mean? Part I’ is closed to new replies.