How To Change Read More Text In Divi Blog Module
What To Expect From This post:
1) In this post, I will show you how to change read more text in Divi blog module, by adding a small snippet of code.
2) The code snippet that you’ll need.
3) I’ll show you where to paste the code snippet.
Let’s Begin
1) The Code Snippet
<script type=”text/javascript”>
(function($) {
$(document).ready(function() {
var newVal = ‘View Full Post‘;
$(‘.more-link’).html( newVal );
});
})(jQuery);
</script>
You change the text that reads “View Full Post” and insert whatever you would like it to say.
2) Where To Paste The Snippet
In the sidebar menu of your WordPress dashboard, navigate to:
Divi > Theme Options > Select the INTEGRATION TAB > Look for the section that says “add code to the <body>“
This is where you’ll paste the code.
3) Save
And that’s it!
Now you know how to change read more text in Divi blog module!
WooHoo!
Need A Website?
We specialize in designing highly professional websites for small to medium-sized businesses at an affordable cost.
Only pay us for the job once you are 100% satisfied with your new website.
We offer a lifetime after-sale support service for all of our customers.
DIVI Tutorials
For more useful Divi tutorials just like this one, go check out our Blog page where you’ll find a whole bunch of awesome goodies, to help make your website friggen AWESOME!
Newsletter
Subscribe to our newsletter if you would like to join our mailing list where you will receive things like specials, giveaways, and news. Don’t worry, we will NEVER send you any spam.
0 Comments