Greetings Alexander!
Thanks a lot for this plugin..Easy to use, simple.
Helpful for avoid to copy always the same things everywhere.. and have the possibility to modify the text in one place..
I’m looking for insert a short code but without CR LF before and after it.
I means: If my shortcode = “Bob, Steve and Paul”
Hello [myshortcode], how are you ?
Now, I’ve:
Hello
Bob, Steve and Paul
, how are you ?
I want:
Hello Bob, Steve and Paul, how are you ?
Maybe a trick ?
Thanks again,
Rémi
4. Use the shortcodes ??
HOW?
]]>Буду краток.
— return apply_filters( ‘the_content’, $shortcode_post->post_content );
++ return do_shortcode($shortcode_post->post_content);
You do understand what simple means.
]]>