I have installed and activated a plugin that is for a "buy on Amazon" button which links to a page on Amazon. I want to put it in the testimonial section on the home page along with some text. How do I do that? I also want to remove the quotation marks in the testimonial section.
Hello, For this you need to enable shortcode in the testimonial area. Open front-page.php file and replace code shown in the image with the code given below. Code: <blockquote><?php echo do_shortcode(stripslashes(get_option('inkthemes_testimonial'))); ?></blockquote> After that add plugin shortcode in the theme options testimonial area and also paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: blockquote { background: none; } Thanks & Regards Nitesh Raghuwanshi
Thank you for responding. The quotation marks were removed. However, the plugin did not work, so I'm going a different route.
Follow solution above. It will enable shortcode in the testimonial area. After this search for a plugin which give you shortcode to add buttons. Thanks & Regards Nitesh Raghuwanshi