Plugin Author
PoseLab
(@javitxu123)
Hi borovenskis
This was a problem in WordPress 2.5.0 with shortcodes, that was solved in 2.5.1 version (see http://codex.ww.wp.xz.cn/Shortcode_API#Output). It was resolved adding the following line to your theme functions.php. I can not know more without access to the WordPress admin.
remove_filter(‘the_content’, ‘wpautop’);
Hmm, thanks for your suggestion. I have added the mentioned code to functions.php but it didn’t work..
The dot is still there.
Plugin Author
PoseLab
(@javitxu123)
Hi borovenskis
Contact me via my contact page http://poselab.com/contacto/
Plugin Author
PoseLab
(@javitxu123)
Hi
Do you have this file in your theme?
http://tedxriga.com/wp-content/themes/smartstart/functions/shortcodes.php
If the answer is yes, do you have this code in that file?
remove_filter('the_content', 'wpautop');
remove_filter('the_content', 'wptexturize');
add_filter('the_content', 'my_formatter', 99);
If the answer is yes, comment that code adding // at the beginnig of each line:
//remove_filter('the_content', 'wpautop');
//remove_filter('the_content', 'wptexturize');
//add_filter('the_content', 'my_formatter', 99);
http://theandystratton.com/2011/shortcode-autoformatting-html-with-paragraphs-and-line-breaks
Hey PoseLab,
The answer is yes, and the title is now displaying correctly.
Thanks so much for helping me to figure it out! 🙂