• Resolved paul8998

    (@paul8998)


    Hello,

    How can I use [multiple_domain] shortcodes not only on the frontend or in the content of posts or pages, but also in the admin panel. For example I want to change URL for one of our menu item in the admin panel. In addition if I try to set the shortcode to our logo, it doesn’t work for some reason. How can I solve this issue?

    Thank you.

    • This topic was modified 4 years, 10 months ago by paul8998.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Gustavo Straube

    (@gustavostraube)

    Hello,

    Shortcodes work by design only inside post and page contents. You can output the current domain with PHP this way:

    <?php echo MULTIPLE_DOMAIN_DOMAIN; ?>

    Let me know if you have any issues using the snippet above.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode’ is closed to new replies.