Advertisement
xpeed

TF Wp approved help

May 22nd, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.09 KB | None | 0 0
  1. 1. 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:
  2.  
  3. - Posts display correctly, with no apparent visual problems or errors.
  4. - Posts display in correct order.
  5. - Page navigation displays and works correctly.
  6. - As "sticky posts" are a core feature, the theme should style and display them appropriately.
  7. - Lack of body text should not adversely impact the layout.
  8. - Theme must incorporate both the "Tag" and the "Category" taxonomies in some manner.
  9. - Floats are cleared properly for floated element (thumbnail image) at the end of the post content.
  10.  
  11. Reference link: https://wpthemetestdata.wordpress.com/
  12.  
  13. 2. Make sure all the WP default widgets display properly in all widgetized areas. You can check with monster widgets plugin.
  14.  
  15.  
  16. 3. All dynamic data must be correctly escaped for the context where it is rendered.
  17.  
  18. - http://codex.wordpress.org/Data_Validation
  19. - http://developer.wordpress.com/themes/escaping/
  20. - https://vip.wordpress.com/2014/06/20/the-importance-of-escaping-all-the-things/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement