Hi Nilo Velez,
Just wanted to know what changes have been made to the latest version of the Theme.
I noticed on Git repository that the theme still shows changelog up to 3.1 and not 3.1.1 https://github.com/nilovelez/intentionally-blank/blob/master/readme.txt. This is the same when updating the Theme on WP.
Is this correct or has there been further changes made since 3.1?
= 3.1 =
= 3.0.3 =
Regards
]]>Great theme. It saves me a ton of queries. But I think more can be squeezed out. If I analyze the queries I still see these ones
[4] => Array
(
[0] => SELECT option_value FROM wp_options WHERE option_name = 'medium_crop' LIMIT 1
[1] => 0.0005500316619873
[2] => require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, {closure}, WP_Theme_JSON_Resolver::get_merged_data, WP_Theme_JSON_Resolver::get_theme_data, get_default_block_editor_settings, wp_get_registered_image_subsizes, get_option
[3] => 1674392741.0921
[4] => Array
(
)
)
[5] => Array
(
[0] => SELECT option_value FROM wp_options WHERE option_name = 'medium_large_crop' LIMIT 1
[1] => 0.00024199485778809
[2] => require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, {closure}, WP_Theme_JSON_Resolver::get_merged_data, WP_Theme_JSON_Resolver::get_theme_data, get_default_block_editor_settings, wp_get_registered_image_subsizes, get_option
[3] => 1674392741.0928
[4] => Array
(
)
)
[6] => Array
(
[0] => SELECT option_value FROM wp_options WHERE option_name = 'large_crop' LIMIT 1
[1] => 0.00028586387634277
[2] => require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, {closure}, WP_Theme_JSON_Resolver::get_merged_data, WP_Theme_JSON_Resolver::get_theme_data, get_default_block_editor_settings, wp_get_registered_image_subsizes, get_option
[3] => 1674392741.0932
[4] => Array
(
)
)
Clearly they are somehow caused by code that has to do with thumbnails.
Is there a way you can prevent these queries?
]]>Hi,
I couldn’t find what’s new in v3.0.2, is there a changelog available somewhere?
]]>We’re using the theme because we use WP as a headless CMS. However, this introduces a few problems. The blank pages are not set to noindex but instead follow what index value we’ve set in admin. The problem here is that we set the index for the pages that are displayed on a totally different url. We just run this theme because it’s mandatory for WP to have a theme running and would like it not being indexed. Is this possible to achieve?
]]>Hi
Is it possible to remove the footer?
Hi
I’m wondering if this theme is the cause of the “Featured Image” option not showing when creating posts.
What I’m referencing:
https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/featured-image-field-wordpress-block-editor.jpg
All the best
]]>I can’t get my pages, posts or menus to display on my website. Am I suppose to do something before I begin?
Thanks,
Darren