Is there a way to remove the "Next" button next to the "Read More" button in the slider?
There is the option to select only one slide in the theme options, but then the next button still shows up.
Is there a way to remove the "Next" button next to the "Read More" button in the slider?
There is the option to select only one slide in the theme options, but then the next button still shows up.
Hey,
To remove the next button, open up index.php and find this code:
echo'<a href="'.get_permalink().'" class="read-more">Read more</a><a href="#" class="show-next">Next ยป</a>'."\n";
Change it to:
echo'<a href="'.get_permalink().'" class="read-more">Read more</a>'."\n";
James
You must log in to post.