Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
class
maxLevel6
minLevel1maxLevel6
include
outlinefalse
indent
exclude
styledefault
excludetypelist
printabletrue
class

WordPress

1. Access Your WordPress Admin Dashboard

...

  1. In the dashboard, navigate to either Posts or Pages.

  2. Click Add New or select an existing post/page to edit.

    image-20250116-132843.png

    image-20250116-132903.pngImage Modified

Switch to Text Mode:

  1. Once you're in the editor, locate the preview field and switch to Text Mode (or Code Editor in some versions of WordPress).

    image-20250116-132944.png
  2. This will display the raw HTML code for the page.

...

  1. In the code editor, open the theme.liquid file located under the Layout section.

  2. Decide where you want the widget to appear:

    Paste the widget code

    before the closing <head> tag to include it in the header.Paste

    inside the <body> element.

    For example, you can place the widget code

    before

    near the closing

    <body>

    </body> tag to include it

    at the bottom of the page

    in a consistent location across your site.

Save and Preview:

  1. Click the Save button to apply your changes.

  2. Use the Preview Store button to check how the widget appears on your site.

    image-20250116-130252.png

...