Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I am trying to edit the loops/loop-slider.php so that I change the text of the button. However, nothing is changing.
I enabled JetPack Slider in the Theme settings, the featured post is showing (Image, title an button). Anything I change in the loops/loop-slider.php is not reflected on the featured posts.
For instance, I changed the button text as follows:
<div class="entry-button"> <a class="button" href="<?php esc_url( the_permalink() ); ?>"><?php echo esc_html__( 'CLICK HERE TO SIGN UP!', 'siteorigin-unwind' ); ?></a> </div>
The button still displays “Continue Reading”.
Can you help pls.