sabuein / 10best

A beautiful, responsive, and free WordPress block theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Bismillah

# 10best
A beautiful, responsive, and free WordPress block theme.

### WordPress debugging mode
```To enable the display of notices during development add the following to wp-config.php```
```php
define( "WP_DISABLE_FATAL_ERROR_HANDLER", true ); // 5.2 and later
define( "WP_DEBUG", true );

// log all error messages to a debug.log within your WordPress /wp-content/ directory
define( "WP_DEBUG_LOG", true );

// enable debug messages display within the HTML of your theme pages
define( "WP_DEBUG_DISPLAY", true );
```

### Test data
Theme Unit Test https://codex.wordpress.org/Theme_Unit_Test
Theme Test Data https://themetest.wordpress.com/
Theme Test Data -Formerly Theme Unit Test https://github.com/WPTT/theme-test-data

### WordPress plugins
Theme Check https://wordpress.org/plugins/theme-check/

# Resources
https://developer.wordpress.org/themes/block-themes/templates-and-template-parts/#block-markup
https://developer.wordpress.org/themes/advanced-topics/theme-json/

About

A beautiful, responsive, and free WordPress block theme.

License:GNU General Public License v3.0


Languages

Language:HTML 72.6%Language:CSS 20.9%Language:PHP 6.6%