Ulrich Pogson
Ulrich Pogson
## Description This is a temporary solution so that the Subtitles can still be edited in the new block editor(Gutenberg). Don’t load styles & scripts on post types that do...
Once #68 is fixed then we can start working on Gutenberg support. I started looking into how this would be possible. It seems like we would need to extend `VisualEditor`...
"Use edit_theme_options capability for determining user permission to edit options, rather than rely on a role (e.g. “administrator”), or a different capability (e.g. “edit_themes”, “manage_options”)." Check for `current_user_can('administrator')`, `user_can('administrator')`, `current_user_can_for_blog('administrator')`...
This is a simple check for "wordpress" and "Wordpress".
We can add checks for - [x] Favicon - [ ] Logo - [x] `the_posts_pagination()` - [ ] `the_archive_title()` - [ ] `the_archive_description()` Perhaps extend this check https://github.com/Otto42/theme-check/blob/master/checks/customs.php
There are a few checks that we can run that could help catch a few of the main issues. 1. Sanitize widget settings in the `update()` function in the widget...
Provide a unique namespace for everything the Theme defines in the public namespace, including options, functions, global variables, constants, post meta, etc. We can check if they are namespaced with...
I have been looking at the code for textdomain to check that the textdomain matches the theme slug. While doing so I realized that the theme check is checking the...
"The theme tags in style.css and description must match the what the theme actually does in respect to functionality and design." Add checks for - [ ] buddypress - I...
Check for `add_settings_section`, `add_settings_field`, `register_setting`, `settings_fields` and `do_settings_sections`