All Projects → WordPress → Theme Check

WordPress / Theme Check

Theme Check plugin

Projects that are alternatives of or similar to Theme Check

Codestar Framework
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Stars: ✭ 147 (-34.37%)
Mutual labels:  wordpress-plugin, themes
Wprecon
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.
Stars: ✭ 135 (-39.73%)
Mutual labels:  wordpress-plugin, themes
Awesome Elementor
A collection of third party add-ons for the Elementor page builder plugin.
Stars: ✭ 201 (-10.27%)
Mutual labels:  wordpress-plugin
Wp Jamstack Deployments
A WordPress plugin for JAMstack deployments
Stars: ✭ 222 (-0.89%)
Mutual labels:  wordpress-plugin
Coda 2 Themes
A collection of commonly loved themes ported for the new Coda 2 from Panic
Stars: ✭ 209 (-6.7%)
Mutual labels:  themes
Safe Redirect Manager
A simple HTTP redirection plugin for WordPress.
Stars: ✭ 201 (-10.27%)
Mutual labels:  wordpress-plugin
List Category Posts
WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.
Stars: ✭ 212 (-5.36%)
Mutual labels:  wordpress-plugin
Windows Terminals
Repository with some awesome Windows Terminals themes
Stars: ✭ 199 (-11.16%)
Mutual labels:  themes
React Native Easy Starter
A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more
Stars: ✭ 224 (+0%)
Mutual labels:  themes
The Events Calendar
The Events Calendar WordPress plugin by Modern Tribe
Stars: ✭ 208 (-7.14%)
Mutual labels:  wordpress-plugin
Typora Cobalt Theme
A dark theme for Typora with enhanced UI
Stars: ✭ 218 (-2.68%)
Mutual labels:  themes
Aad Sso Wordpress
Single Sign-on with Azure Active Directory (for WordPress)
Stars: ✭ 207 (-7.59%)
Mutual labels:  wordpress-plugin
Redis Cache
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Credis, HHVM, replication and clustering.
Stars: ✭ 205 (-8.48%)
Mutual labels:  wordpress-plugin
Vue Wp Starter
A WordPress Vue.js starter plugin
Stars: ✭ 214 (-4.46%)
Mutual labels:  wordpress-plugin
Nrkbetaquiz
Require the reader to pass a quiz before being able to comment on an article
Stars: ✭ 202 (-9.82%)
Mutual labels:  wordpress-plugin
Wordpress Ajax Load More
🔥 WordPress infinite scroll with Ajax Load More - the ultimate solution to add infinite scroll functionality to your WordPress powered website.
Stars: ✭ 222 (-0.89%)
Mutual labels:  wordpress-plugin
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (-11.61%)
Mutual labels:  wordpress-plugin
Powerbi Themetemplates
Snippets for assembling Power BI Themes
Stars: ✭ 203 (-9.37%)
Mutual labels:  themes
Brizy
Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
Stars: ✭ 209 (-6.7%)
Mutual labels:  wordpress-plugin
Wp Js Plugin Starter
Just another WordPress plugin starter
Stars: ✭ 224 (+0%)
Mutual labels:  wordpress-plugin

Theme Check

The theme check plugin is an easy way to test your theme and make sure it's up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.

Frequently Asked Questions

Why does it flag something as bad?

It's not flagging "bad" things, as such. The theme check is designed to be a non-perfect way to test for compliance with the Theme Review guidelines. Not all themes must adhere to these guidelines. The purpose of the checking tool is to ensure that themes uploaded to the central WordPress.org theme repository meet the latest standards of WordPress themes and will work on a wide variety of sites.

Many sites use customized themes, and that's perfectly okay. But themes that are intended for use on many different kinds of sites by the public need to have a certain minimum level of capabilities, in order to ensure proper functioning in many different environments. The Theme Review guidelines are created with that goal in mind.

This theme checker is not perfect, and never will be. It is only a tool to help theme authors, or anybody else who wants to make their theme more capable. All themes submitted to WordPress.org are hand-reviewed by a team of experts. The automated theme checker is meant to be a useful tool only, not an absolute system of measurement.

This plugin does not decide the guidelines used. Any issues with particular theme review guidelines should be discussed on the Make Themes site, or https://github.com/WPTRT/Theme-Requirements

Other Notes

How to enable trac formatting

The Theme Review team use this plugin while reviewing themes and copy/paste the output into trac tickets, the trac system has its own markup language. To enable trac formatting in Theme-Check you need to define a couple of variables in wp-config.php: TC_PRE and TC_POST are used as a ticket header and footer. Examples:

define( 'TC_PRE', 'Theme Review:[[br]]
- Themes should be reviewed using "define(\'WP_DEBUG\', true);" in wp-config.php[[br]]
- Themes should be reviewed using the test data from the Theme Checklists (TC)
-----
' );
define( 'TC_POST', 'Feel free to make use of the contact details below if you have any questions,
comments, or feedback:[[br]]
[[br]]
* Leave a comment on this ticket[[br]]
* Send an email to the Theme Review email list[[br]]
* Use the #wordpress-themes IRC channel on Freenode.' );

If either of these two vars are defined a new trac tickbox will appear next to the Check it! button.

If you want to exclude checking other files in development directories return true for the filter tc_skip_development_directories.

add_filter( 'tc_skip_development_directories', '__return_true' );

To add more directories to the paths where other files are excluded then add them to the array through the tc_common_dev_directories filter.

Contributors

Otto42, pross, The theme review team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].