Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the usces domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/en/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-statistics domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/en/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/en/wp-includes/functions.php on line 6114
Describe the tag in the head (set from Appearance – Widget) | FullSite-Patterner – WordPress block theme with full site editing

HOME  >  HOW TO USE > Describe the tag in the head (set from Appearance – Widget)

Describe the tag in the head (set from Appearance – Widget)

In the block theme, unlike the classic theme, the template is not a php file, and the template in the html file has no code in the head.

Since the code in the head is generated by the WordPress system, it is possible to add code in the head using functions.php or plugins.

However, it is difficult to write and operate these files, and there is a risk of failure.

In ” FullSite-Patterner “, the menu for inserting code such as script tag, search engine access analysis, etc. in the head is prepared as follows.

Go to “Appearance” – “Widgets” , insert the “Custom HTML” block in the ” head tag ” item , and paste the code there

In addition to code such as script tags and search engine access analysis, you can also write css styles .

Codes such as tags specified in the widget are inserted in “functions/head-style.php” in the theme folder and inserted in the head of the page.

View the site in your browser and check the page source to see if it was inserted successfully.