Help in WP theme
-
Hello brothers,
I need help.
I got error when I uploaded my theme.
Four types of error
1.Required
2.Warning
3.Recommanded
4.InfoDo I have to fix them all or do I have to fix the required only. ??
If you have time , please explain me this error and suggest me how to fix them.
REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations. REQUIRED: The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination. REQUIRED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination. REQUIRED: No content width has been defined. Example: if ( ! isset( $content_width ) ) $content_width = 900; REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display <?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?> REQUIRED: Could not find post_class. See: post_class <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> REQUIRED: Could not find language_attributes. See: language_attributes <html <?php language_attributes(); ?> 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 body_class call in body tag. See: body_class <?php body_class( $class ); ?> REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support <?php add_theme_support( $feature ); ?>
I used wp-pagnavi plugin for pagenavication.
Thanks in advanced brothers ??
- The topic ‘Help in WP theme’ is closed to new replies.