google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

problem with custom filed textarea #475

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I write  
$value=get_custom_field('contenudroitea');
echo $value;

the result : 

"The field is not defined as a custom field"

but when I write :

print_custom_field('contenudroitea:do_shortcode');

the result is my text !!!!

and that'why I can't test if the value is empty or not to print the text or 
not…..

Original issue reported on code.google.com by m.cho...@gmail.com on 28 Mar 2013 at 1:56

GoogleCodeExporter commented 9 years ago
*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.7-pl
WordPress Version: 3.5.1
PHP Version: 5.2.13-pl1-gentoo
MySQL Version: 5.0.44-log
Server OS: Linux
------------------------ 
ACTIVE PLUGINS: 
 * Formidable v.1.06.09 [http://formidablepro.com/]
 * NextGEN Gallery v.1.9.12 [http://www.nextgen-gallery.com/]
 * Simple Taxonomy v.3.5 [https://github.com/herewithme/simple-taxonomy]
 * TinyMCE Advanced v.3.5.8 [http://www.laptoptips.ca/projects/tinymce-advanced/]
------------------------ 
CURRENT THEME: Groupe Conforama v.1.0 

Original comment by m.cho...@gmail.com on 28 Mar 2013 at 1:58

GoogleCodeExporter commented 9 years ago
I think you've got something set up incorrectly.  Also, you can use the 
"default" output filter to do these tests: 
https://code.google.com/p/wordpress-custom-content-type-manager/wiki/default_Out
putFilter

I can't reproduce this behavior.  Try updating to the current dev version.

Original comment by ever...@fireproofsocks.com on 2 May 2013 at 3:37