https://yourwebsite.com/wp-admin
.Appearance
> Theme Editor
.header.php
file from the list of theme files on the right sidebar.header.php
to open it in the editor.header.php
file, find the closing </head>
tag. This is where you'll add the necessary <link>
and <script>
tags.</head>
tag:<link href="https://bundle.notice.studio/index.css" rel="stylesheet" />
<script defer="defer" charset="UTF-8" src="https://bundle.notice.studio/index.js"></script>
Update File
button to save your changes.footer.php
or a global template file like page.php
or single.php
.footer.php
.div
wherever you want the "Notice" component to render:<div class="notice-target-container" project-id="[your-project-id]"></div>
[your-project-id]
with your actual project ID provided by "Notice".Update File
button again to save your changes.div
container.div
container.<link>
and <script>
tags are correctly added to the header.php
file and that no other script is conflicting with it.