Viewing 1 replies (of 1 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi,

    Thank you it’s always nice to hear it’s helping people out!

    To answer your questions:
    1. No, as the plugin is something mostly people with at least intermediate knowledge of WordPress I have not created shortcodes since you can pretty much place the form anywhere by using either the widgets or action calls. For example you can easily add it to your pages by putting the action call in page.php. And if you need it to appear on only a specific page wrap it in a if statement
    <?php if(is_page(4)){ } ?>

    2. Unfortunately no, the way the DB structure of WordPress works means that it needs to know both taxonomy and term.

Viewing 1 replies (of 1 total)
  • The topic ‘Is there any shortcodes?’ is closed to new replies.