Support » Plugin: Testimonial Basics » Input Form Function

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    Are you adding the function to code?

    Please check out the documentation at http://www.kevinsspace.ca/testimonial-basics-wordpress-plugin/

    Thread Starter Alkorr

    (@alkorr)

    Hi Kevin, I of course checked the documentation, I’ve found great information about your plugin.

    Unfortunately, I didn’t find anything about the input form… You mention ‘Advanced Function’ but it’s only to show testimonials:

    <div>
        <?php echo katb_testimonial_basics_display_in_code( 'group', 'number', 'by', 'id', 'rotate' ); ?>
    </div>

    There is no info in ‘Visitor Input Form’ about how to add the form on my template page using a function, the same way I do to show the testimonials.

    You mention the shortcode:

    [katb_input_testimonials group="All"]

    And the Widget form (I don’t use Widgets) but nothing on a function to show the input form. I tried to modify the shortcode into a function:

    <?php echo katb_input_testimonials (); ?>

    But it doesn’t work… Thanks for your help!

    Plugin Author kevinhaig

    (@kevinhaig)

    Sorry, my mistake….I’m in the process of updating everything. The documentation will be corrected.

    Try this :

    Display Input Form in Code

    You can also include an input form in code,

    <?php katb_testimonial_basics_input_in_code( ‘group’); ?>

    Put the group name inside the single quotes that you want the testimonial entered under. Default is ‘all’ or ‘All’.

    Thread Starter Alkorr

    (@alkorr)

    Hi Kevin, thank you very much, it works wonderfully!

    Your plugin is really awesome 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Input Form Function’ is closed to new replies.