First of all, most irritating thing is that my message (here) is being blocked by spam filter. I can not understand why. So, I am unable to describe properly here.
I have added ckeditor (latest version) in the metabox of wordpress. I mean, when you go to add new page, there you will find the meta box below the main writing panel/box.
I followed the basic/simple step of adding a ckeditor like <textarea name="abc">.... script replace: CKEDITOR.replace( 'abc' ) and such.. I have used cdn ckeditor js file.
It is showing the ckeditor successfully in the metabox but it is not showing the output result in frontend page properly. Suppose, whatever I write, it shows with p tag in frontend. And also, if I change the color or style in the ckeditor, it is not showing the same style/font or color in the frontend page.. It is just showing the texts with the style code in frontend. I mean, example: in frontend page, it is showing like <p>This is <span style="rgb(255.0.0)"> test </span> message.</p> instead of showing the paragraph with given color.
but if I remove these tags <p> or such, going to source option of ckeditor, then it don't show the p tag. But for style or color, it is still the same issue.
Please help me out what is wrong.
Warmly regards,
Abid H.