The theme-review tag has no wiki summary.
0
votes
1answer
52 views
Do I need to include a textdomain if my theme doesn't support translation?
According to the codex
Themes are required to use theme-slug (or a reasonable facsimile) as textdomain for translation
Does this mean that my theme needs to include a textdomain even if my ...
0
votes
1answer
32 views
What is the general cut-off date for reviewed themes in the WordPress.org repository?
I know that the theme review team has been active for about one year now. Thanks to their hard work and diligence, the themes in the repo are much better now than ever before. However, I have noticed ...
3
votes
1answer
462 views
Theme Review: post thumbnail, header image, content width
A followup to my previous question about my theme that was rejected for the WordPress.org theme directory:
RECOMMENDED: No reference to the_post_thumbnail() was found in the theme. It is ...
1
vote
1answer
117 views
Questions about WordPress.org theme review
I have created one theme. The theme was denied today for the following reasons:
Theme Review:
Themes should be reviewed using define('WP_DEBUG', true); in wp-config.php
Themes should ...