Limit 'the_content()' in wp

PHOTO EMBED

Sat Oct 15 2022 17:36:45 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #php

// Limit 'the_content()' in wp
<div class="book-description">
<?php $content= get_the_content();
echo substr($content, 0,400)."..."."<a href='".get_permalink()."'>[Learn More]</a>";
?>
 </div> 
content_copyCOPY