Hi everyone!
plz i would from expeienced authors or intervention of help center observator if possibe & response to my problem
after 6 months of [soft-rejected] review team become receive old files & give old feedbacks for issues does not existe in updates files ( latest dev) or has been fixed ago that make me confused & stoping me for completing developement
i rename my theme from lenona hotels & spa to lenona it solutions but i don’t thin that it is the problem,
i hope that you undestand me
here the issues that repeated & has been fixed a long time before that make me suspect of receiving old content
6. http://envato.d.pr/eSyH7/URv1yhW6
Please resolve all warning and required messages output by the Theme Check plugin, https://wordpress.org/plugins/theme-check/ - Anything you include within your theme must be up to the same standards as the theme itself. (You can ignore the “Zip file found.” message reported)
-
http://envato.d.pr/dwByu/1xtkBmuv
Make sure all the WP default widgets display properly in all widgetized areas. You can check with monster widgets plugin. -
http://envato.d.pr/OdQG0/49qkndtQ
How to test the blog/posts layout/functionality - Import the Theme Unit Test [http://codex.wordpress.org/Theme_Unit_Test] file and make sure that:
- Posts display correctly, with no apparent visual problems or errors.
- Posts display in correct order.
- Page navigation displays and works correctly.
- As “sticky posts” are a core feature, the theme should style and display them appropriately.
- Lack of body text should not adversely impact the layout.
- Theme must incorporate both the “Tag” and the “Category” taxonomies in some manner.
- Floats are cleared properly for floated element (thumbnail image) at the end of the post content.
Reference link: https://wpthemetestdata.wordpress.com/
-
wp_reset_query - if you’re not using query_posts(), then you really shouldn’t be messing with the main $wp_query variable, as wp_reset_query() does.
query_posts() will change your main query and is not recommended. Only use if absolutely necessary
http://codex.wordpress.org/Function_Reference/wp_reset_query
Try wp_reset_postdata() instead. -
Scripts and styles should not be hardcoded anywhere in your theme or added any other way but with wp_enqueue_* hook and to be added from the functions file. This includes custom JS/CSS.
For inline styles use: https://developer.wordpress.org/reference/functions/wp_add_inline_style/ and for scripts https://developer.wordpress.org/reference/functions/wp_add_inline_script/
plz help me & thank you in advance .