1. Enable WP_DEBUG and fix all the notices and warnings
Can I just use the error_reporting in the top of file to pass notice and warning?
error_reporting(E_ERROR | E_PARSE);
2. REQUIRED: Could not find wplinkpages. See: wplinkpages <?php wplinkpages( $args ); ?> REQUIRED: Could not find postclass. See: postclass
http://codex.wordpress.org/Function_Reference/wp_link_pages
http://codex.wordpress.org/Function_Reference/post_class
3. Make sure your file includes the correct license folder
I downloaded the link and found a License folder have GPL license. Should I just place this “License” folder inside the theme folder?
4. Make sure your site validates
It mean http://validator.w3.org/ ?
Thanks!
looks like you are good to go mate.
1. you need this in wp-config.php define(‘WP_DEBUG’, true);
2. try removing all the problems reported by theme-check plugin.
3. yea license file should be in theme’s root folder
4.validate it and fix if any errors found
cheers 
Hey,
As you mentioned ‘sort-reject’ in some other post as well, it is in fact ‘soft reject’ 
define('WP_DEBUG', true);
2. That function is required to create page links in the paginated posts.
3. Place the license file in the theme folder and also add license information in style.css file.
4. It should validated by the WordPress theme check plugin.
thanks for all comments , guy 
REQUIRED: Could not find wplinkpages. See: wplinkpages <?php wplinkpages( $args ); ?>
I don’t know about this? What I should do with this? I never know about this. where I can find it?
rongcon said
thanks for all comments , guy
REQUIRED: Could not find wplinkpages. See: wplinkpages <?php wplinkpages( $args ); ?>
I don’t know about this? What I should do with this? I never know about this. where I can find it?
Follow this link, to get some help on this.
dekciw said
rongcon saidFollow this link, to get some help on this.
thanks for all comments , guy
REQUIRED: Could not find wplinkpages. See: wplinkpages <?php wplinkpages( $args ); ?>
I don’t know about this? What I should do with this? I never know about this. where I can find it?
thanks! it’s quite to find my current problem.
Anyway thanks for all your comments again. I figure it out!
