ThemeForest

help me to solve some problems

372 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
  • Vietnam
rongcon says
hi, my first wp theme get sort-reject and there are some issues I don’t know. Can you please help me?
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

I don’t know about them. I search via wordpress codex and just found closed functions :
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!

221 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • India
  • Microlancer Beta Tester
  • Sold between 1 000 and 5 000 dollars
atinder says

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 :)

216 posts
  • Exclusive Author
  • Has been a member for 0-1 years
crossroad says

Hey, As you mentioned ‘sort-reject’ in some other post as well, it is in fact ‘soft reject’ :)

1. Open wp-config.php file and enable the debug there
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.

372 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
  • Vietnam
rongcon says

thanks for all comments , guy :D
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?

276 posts
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Has been a member for 3-4 years
  • Europe
  • Microlancer Beta Tester
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
dekciw says

thanks for all comments , guy :D
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.

372 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
  • Vietnam
rongcon says


thanks for all comments , guy :D
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.

thanks! it’s quite to find my current problem.

Anyway thanks for all your comments again. I figure it out!

by
by
by
by
by