Tagged Questions
0
votes
1answer
81 views
QTranslate for Custom Post Type
How to add qtranslate-support for custom post type? Just saving text with tags OR add flag switcher.
My Custom Post Type field:
add_meta_box('project_rolesid', 'Roles box', 'project_roles', ...
0
votes
2answers
351 views
MF2 and qTranslate problem with custom post types post titles
I'm creating custom post types with Magic Fields v2.0.1
and i use the qTranslate v2.5.32 plugin for a second language
on Wordpress 3.4.2.
The problem is that on Magic Fields in the settings of the ...
0
votes
1answer
437 views
Extra richtext admin textfield for custom posttype with toolbar tabs?
I am trying to add an extra rich text input field (like so, http://wordpress.org/support/topic/how-can-i-use-the-tinymce-editor-for-fields-in-my-custom-post-type)
So just by adding the class ...