Multiple Loops problem: make plugins parse their special tags
-
Hi …
I’m currently doing well a multiple loop, but, I need a plugin (WordTube) to interpret the tags in a certain post.
Infact I’m getting the “[wordtube vars]” string instead of some multimedia players that the plugin should output.
That is the code:
$the_query = new WP_Query($args); $articoli=$the_query->posts; $my_id = $articoli[0]->ID; $post_id_7 = get_post($my_id, ARRAY_A); $content = $post_id_7['post_content']; echo $content;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multiple Loops problem: make plugins parse their special tags’ is closed to new replies.