Hello, I am having troubles adding the more tag in my text on the presentation page. I know I basically can’t as it is a static page but I read some tips about that. I tried to edit my index.php file by putting :
<?php global $more;
$more = 0; ?>
into the loop. The issue is I am a complete beginner in php, and I don’t understand what I am doing. I was wondering if there got to be another simpler way to add the “read more” tag.
Thank you for your attention !