How to change the default banner image of pages? There is no option in the edit page section.
]]>The default index and archive templates use the blog right sidebar style. What is the best way to use a different blog template, such as blog grid view, as the layout for index and archive templates? Do I need to copy/paste the entire chunk of layout from one template into the index or archive templates? That seems to be the concept, as far as I can tell. I don’t see any code that says “use this template here” in the theme.json file or elsewhere, but I might be missing something. Thanks!
]]>How can I remove the preloader?
]]>The site favicon is not appearing in the front-end of the site – only in wp-admin.
The cause seems to be the code add_action('wp_head', 'spice_fse_script_header');
in functions.php, which inserts a <div> inside <head>, forcing the start of the <body> element and skipping any subsequent code in <head> (including favicon links).
I believe this can be fixed just by replacing wp_head
with wp_body_open
in the above line of code.
menus can’t be edited in anyway, can create only new menus nad that all that shows, menu name
Maybe compatibility issues
tried php7.4, and php8.1
Wordpress 6.0.3
with all plugins disabled