Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress -add default text to post category description in admin Re: WordPress -add default text to post category description in admin

#84297
JapaneseDear
Member

http://wordpress.org/extend/plugins/rich-text-tags/

I use qTranslate to have site in two languages. When i put this code to category description:

English text Slovak text

it will create two language versions of category description, and they are correctly outputed to the site using

so i wanted to put this English text Slovak text “language tags” as default content to the category description textarea, so my client can just paste his text between them for each language. But it is not very user friendly. I dont want user to see any code.

The best thing will be to have a standard post/page wordpress wysiwyg editor for category description, because qtranslate automatically puts language tabs on top of it, so user doesn’t see any “langage tags”. Maybe I can do my really simple custom wysiwyg editor with jquery and replace default textarea…