[Support request] Google Authorization Code in section

Home Forums Support [Support request] Google Authorization Code in section

Home Forums Support Google Authorization Code in section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #788685
    Jan

    Hi,
    I need to add the Google Autorization Code (Search console) in the <head> section of my front page and before the <body> section.
    How to do thie when I see no way to edit the plain html version of my homepage, not with the WP Classic editor, nor the Elementor (Pro) editor.

    #788780
    David
    Staff
    Customer Support

    Hi there,

    you can use the GP Hooks Element:

    https://docs.generatepress.com/article/hooks-element-overview/

    You will need to create two separate hooks:
    1. For your <head> code choose the wp_head hook
    2. For your <body> code choose the before_header hook

    For both of them you want to set the Display Rules to Entire Site.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.