Hi guys,
I'm french, sory for my english.
I search on this website about 4 days how I can try to insert "Show more" on CKEDITOR and my code php.
http://prntscr.com/316fmx
How I can write a texte and show just what I want on my /news.php and all text on /news?id=1 (example)
Like http://codex.wordpress.org/Customizing_the_Read_More Wordressp I just want to activate or install "Read More" Option.
Thanks for advance,
Marocinoh
Up plz
Up plz
That sort of function isn't
That sort of function isn't handled by CKEditor. All CKEditor does is send text to your page. What the page does around the text is handled on the page itself. You'd have to add scripts (JS, jQuery, etc.) to the page that would generate this sort of behavior, and CKEditor doesn't allow scripts for security reasons. Just Google "Show more function".
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!