Hopefully the title can explain a little of what I want to accomplish. So I have a CMS user system and basically have a normal WYSIWYG (tinymce) where users can write their blog posts. I looked at a fragment of the page, but I could not find anything past, “you need to write this functionality yourself”, so my first thoughts were to add two more text areas, but that would be too convenient.
then I thought well if there is something that can be added to wysiwyg:
<span id='break1"></span>
I could use php or jquery or whatever you turn this code into a link and then take care of the rest using the htaccess file to work with the url.
I am largely out of ideas on how to handle this, so any information, thoughts on this will be greatly appreciated.
here is an example of what it should do:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="/seo-title/2/">read more</a>
<p>Duis scelerisque, in tempus ante tortor eget tortor. Donec eu consequat augue.</p>
source
share