wordpress-plugin random-testimonial
WordPress plugin to display a random testimonial on your website
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
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' );
}
dev-master
9999999-dev
WordPress plugin to display a random testimonial on your website
Sources
Download
The Requires
by
Nick Davis