Site logo

Archived topic

Ad codes for Stream Theme

1 reply · Started by benedict on January 27, 2022

Viewing posts 1–2 of 2

i want to add a code in the body of my website. this code is an Ads code. can i use "simple css" plugin to add codes in the head, body and footer of my website? or which other wordpress plugin can i use to add meta tags?

Hi there,

no you cannot use the Simple CSS plugin.

To add Scripts to your website <head> and <footer> you can use a Hook Element:

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

Add your <script> to the text area
And select the Hook:
for <head> you use wp_header
for <footer> you use wp_footer

To add scripts to your content you would add them in the Editor inside a HTML Block

This archived topic is closed to new replies.