Title: Theme Check
Author: WordPress.org
Published: <strong>9 Haziran 2018</strong>
Last modified: 20 Aralık 2023

---

Eklentilerde ara

![](https://ps.w.org/theme-check/assets/banner-772x250.png?rev=904294)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/theme-check/assets/icon-128x128.png?rev=972579)

# Theme Check

 [WordPress.org](https://profiles.wordpress.org/wordpressdotorg/) tarafından

[İndir](https://downloads.wordpress.org/plugin/theme-check.20231220.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/theme-check/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/theme-check/#reviews)
 * [Geliştirme](https://tr.wordpress.org/plugins/theme-check/#developers)

 [Destek](https://wordpress.org/support/plugin/theme-check/)

## Açıklama

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](https://make.wordpress.org/themes/handbook/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.

#### 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. For example:

    ```
    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.

## SSS

### What’s with the version numbers?

The version number is the date of the revision of the [guidelines](https://make.wordpress.org/themes/handbook/review/)
used to create it.

### 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](https://make.wordpress.org/themes/handbook/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](https://wordpress.org/themes/)
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](https://make.wordpress.org/themes).

## İncelemeler

![](https://secure.gravatar.com/avatar/3d30f1cadd5159b06e7c7a61eeaf0c2f94ef79cad046bff231df44f6f1cc2ead?
s=60&d=retro&r=g)

### 󠀁[Great plugin and support! It works well!](https://wordpress.org/support/topic/great-plugin-and-support-it-works-well-2/)󠁿

 [Samsul Islam Rana](https://profiles.wordpress.org/ranafge/) 12 Aralık 2024 1 yanıt

Great plugin and support! It works well!

![](https://secure.gravatar.com/avatar/6e8be5e1b657dfd7d1246e40da68461a196e99716521287d9e64781d94af5f84?
s=60&d=retro&r=g)

### 󠀁[False positives aplenty.](https://wordpress.org/support/topic/false-positives-aplenty/)󠁿

 [digstertron](https://profiles.wordpress.org/digstertron/) 22 Nisan 2023

I heard good things about this plugin until I used it. It says my theme name and
text domain/slug do not match. They do so why is it flagging a non-existent error?

![](https://secure.gravatar.com/avatar/a86e2abc962942b251d24a967d17ac864094f3e6c4cdd24bb45e3453fa3b2044?
s=60&d=retro&r=g)

### 󠀁[A Necessity For Theme Developers](https://wordpress.org/support/topic/a-necessity-for-theme-developers/)󠁿

 [Organic Themes](https://profiles.wordpress.org/organicthemes/) 4 Aralık 2019

We regularly use Theme Check for the development of all Organic Themes. Thanks for
creating and maintaining such a useful plugin!

![](https://secure.gravatar.com/avatar/0750c31ad2e4acbd1e971a549974bf676de83ffafccd57e2dd7e2139fdd9e88d?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-6132/)󠁿

 [Jose Mortellaro](https://profiles.wordpress.org/giuse/) 6 Haziran 2019

One of the best plugins for theme developers. Really a very good job! Have you never
thought to create a similar plugin to check plugins? Plugins developers would also
need a so helpful tool.

![](https://secure.gravatar.com/avatar/2ee593427e90f2587166ade8f0a784362c3b2b283859b31baf643f0e3a4cc507?
s=60&d=retro&r=g)

### 󠀁[Useful Plugin from first level user to WordPress Developer](https://wordpress.org/support/topic/useful-plugin-from-first-level-user-to-wordpress-developer/)󠁿

 [vbaimas](https://profiles.wordpress.org/vbaimas/) 18 Ocak 2019

This is a great plugin for everyone that really likes to develop a WordPress theme
and make successfully tests for the basic WordPress standards. The errors separated
in ‘Required’, ‘Warning’, ‘Recommended’ and ‘info’. Also provide the basic information
of this error and makes you understand where the problem is.

![](https://secure.gravatar.com/avatar/af358d877aee39ba1857160fb3bc7704ca7b9cbdde3851ece4fd29dd6eb0e565?
s=60&d=retro&r=g)

### 󠀁[Very useful](https://wordpress.org/support/topic/very-useful-1704/)󠁿

 [Maarten Menten](https://profiles.wordpress.org/maartenm/) 26 Eylül 2018

Thank you for this handy feature.

 [ 195 incelemeyi oku ](https://wordpress.org/support/plugin/theme-check/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Theme Check” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)
 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)
 *   [ Carolina Nymark ](https://profiles.wordpress.org/poena/)
 *   [ acosmin ](https://profiles.wordpress.org/acosmin/)
 *   [ KafleG ](https://profiles.wordpress.org/kafleg/)
 *   [ Joy ](https://profiles.wordpress.org/joyously/)

“Theme Check” 16 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/theme-check/contributors)
teşekkürler.

[“Theme Check” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/theme-check)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/theme-check/), [SVN deposuna](https://plugins.svn.wordpress.org/theme-check/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/theme-check/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/theme-check/) 
abone olun.

## Değişiklik Kaydı

Changes can be found in [the changelog.txt file](https://github.com/WordPress/theme-check/blob/master/changelog.txt).

## Topluluk eklentisi

Bu eklenti bir topluluk tarafından geliştirilmiş ve desteklenmiştir. [Bu eklentiye katkıda bulunun](https://github.com/WordPress/theme-check)

## Meta

 *  Sürüm **20231220**
 *  Son güncelleme **3 yıl önce**
 *  Etkin kurulumlar **20.000+**
 *  WordPress sürümü ** 3.7 veya üstü **
 *  Test edilen sürüm **6.4.9**
 *  Diller
 * [Catalan](https://ca.wordpress.org/plugins/theme-check/), [English (Australia)](https://en-au.wordpress.org/plugins/theme-check/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/theme-check/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/theme-check/),
   [English (UK)](https://en-gb.wordpress.org/plugins/theme-check/), [English (US)](https://wordpress.org/plugins/theme-check/),
   [German](https://de.wordpress.org/plugins/theme-check/), [Italian](https://it.wordpress.org/plugins/theme-check/),
   [Japanese](https://ja.wordpress.org/plugins/theme-check/), [Romanian](https://ro.wordpress.org/plugins/theme-check/),
   [Russian](https://ru.wordpress.org/plugins/theme-check/), [Spanish (Chile)](https://cl.wordpress.org/plugins/theme-check/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/theme-check/), [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/theme-check/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/theme-check/), [Spanish (Spain)](https://es.wordpress.org/plugins/theme-check/)
   ve [Spanish (Venezuela)](https://ve.wordpress.org/plugins/theme-check/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/theme-check)
 * Etiketler
 * [guidelines](https://tr.wordpress.org/plugins/tags/guidelines/)[themes](https://tr.wordpress.org/plugins/tags/themes/)
   [wordpress.org](https://tr.wordpress.org/plugins/tags/wordpress-org/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/theme-check/advanced/)

## Puanlar

 5 üzerinden 4.8 yıldız.

 *  [  169 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/theme-check/reviews/?filter=5)
 *  [  17 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/theme-check/reviews/?filter=4)
 *  [  3 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/theme-check/reviews/?filter=3)
 *  [  1 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/theme-check/reviews/?filter=2)
 *  [  5 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/theme-check/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/theme-check/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/theme-check/reviews/)

## Katkıda bulunanlar

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)
 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)
 *   [ Carolina Nymark ](https://profiles.wordpress.org/poena/)
 *   [ acosmin ](https://profiles.wordpress.org/acosmin/)
 *   [ KafleG ](https://profiles.wordpress.org/kafleg/)
 *   [ Joy ](https://profiles.wordpress.org/joyously/)

## Destek

Son iki ay içinde çözülen sorunlar:

     1 adetten 0 adedi

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/theme-check/)