Tagged: html, read more tag, text
Hi
this is the page I working on:
I clicked where I preferred the “Read More” tag to be, saved and updated.
The change wasn’t yet reflected on the web page
When I went into the “Text” tab to look at the HTML I see:
<!–more–>
Is the tag supposed to automatically make the change to hide/expand the text content?
or do I need to put a tag at the bottom of the text like “</more>” and use ” / ” is signify that is where it is to end the reading more?
Thanks for the support
Hey Nathan,
I think the right code is:
<!--more-->
also make sure that it’s in Text mode not Visual, since < and > are converted to > and < and not working properly.
Best regards,
Nikko
ah it’s got to be in text more, that helps, thank you for the clarification
so there does not need to be a closing tag?
that one tag itself should be sufficient?
thank you
Hi,
Yes it doesn’t need a closing tag :) you just place it where you want the content to break.
Cheers!
Nikko
Thank you for the clarity Nikko!