Deluxe Astrology
← Back to Widgets
📝

How to Add Widgets to WordPress

Add free astrology widgets to your WordPress site in under 2 minutes. Works with Gutenberg, Classic Editor, and sidebar widgets.

  1. 1

    Open the page or post editor

    Go to Pages → Edit or create a new page in your WordPress admin.

  2. 2

    Add a Custom HTML block

    Click the + icon to add a new block. Search for "Custom HTML" and select it. In the Gutenberg editor, you can also type /html to quickly add the block.

  3. 3

    Paste the widget code

    Copy the embed code from our widget gallery and paste it into the Custom HTML block.

    <script src="https://deluxeastrology.com/embed/widget.js" async></script>
    <div data-da-widget="daily-horoscope" data-sign="aries"></div>
  4. 4

    Preview and publish

    Click "Preview" to see the widget in action, then publish your page.

Tips

  • 💡If you're using the Classic Editor, switch to the 'Text' tab and paste the code there.
  • 💡Some WordPress security plugins may block external scripts. Add deluxeastrology.com to your allowed domains.
  • 💡You can also add the widget to your sidebar using a Custom HTML widget.

Frequently Asked Questions

The widget doesn't show up+
Make sure you're using the "Custom HTML" block, not a regular paragraph block. Also check if your security plugin is blocking external scripts.
Can I add multiple widgets to one page?+
Yes! Just paste multiple widget codes. Each will render independently.