Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • the updated plugin works fine an reduce the SQL Queries, but i have one problem:

    I use a plugin with the following code to display content from another blog to my users:

    echo '<div class="wrap">';
    switch_to_blog('38');
    $post_id = 162;
    query_posts('page_id=' . $post_id); // post-ID
    while (have_posts()) : the_post(); // starte the_loop
    	_e('<h3>') . the_title() . _e('</h3>') . "\n";
    	the_content();
    endwhile;
    restore_current_blog();
      echo '</div>';

    After aktivated the “new” Version of the plugin, the code above doesen’t work anymore an the plugin displays ohne the title, but not the_content – only “NA”.

    Any Idea ?

    Thx

    torre

    @iridiax

    Users still do not use this option, (no matter how many times I ask them to) which results in word formatting in the posts. Grrr!
    Is there a way of setting the TinyMCE (or other plugins etc.) so users can copy and paste from word into the post and it removes the formatting automaticaly?

    i have the same problem, any idea or advice ?

Viewing 3 replies - 1 through 3 (of 3 total)