add想在我的wordpress网站上添加以下快捷代码(http://amazoeve.in/)旋转滑块的按钮阅读更多
[inja_forms_modal_form id=2 text_link="单击此处填写表格"]
基本上,这个短代码是nija形式的模态。
此外,我想要在菜单导航栏中有一个注册按钮。在它的斜坡上,我想打开相同的模态。
请提出建议。
您不能从HTML编辑器中执行此操作。您必须访问后端PHP代码,并为其编写以下PHP代码,
<?php
echo do_shortcode( '[ninja_forms_modal_form id=2 text_link="Click here to fill out out form"]' );
?>