2017 © Pedro Peláez
 

wordpress-plugin random-testimonial

WordPress plugin to display a random testimonial on your website

image

nickdavis/random-testimonial

WordPress plugin to display a random testimonial on your website

  • Sunday, September 17, 2017
  • by nickdavis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Random Testimonial

WordPress plugin which creates a testimonial post type and then shows one testimonial at random on your website., (*1)

NB. This plugin is aimed at developers and the random testimonial output must be added manually in your plugin or theme. The following is an example in a Genesis theme., (*2)

if ( function_exists( 'NickDavis\RandomTestimonial\do_random_testimonial' ) ) {
        add_action( 'genesis_after_content_sidebar_wrap', 'NickDavis\RandomTestimonial\do_random_testimonial' );
    }

The Versions

17/09 2017

dev-master

9999999-dev

WordPress plugin to display a random testimonial on your website

  Sources   Download

The Requires

 

by Nick Davis