Viewing 1 replies (of 1 total)
  • In ‘wp-limit-posts-automatically.php’, after this line:

    $content2 = "<p>" . strip_tags($content, '');

    … which shows up twice (for me, it’s lines 41 & 94), add the line:

    $content2 = ereg_replace("\[caption.*\[\/caption\]","", $content2);

    Worked for me, best of luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin WP Limit Posts Automatically and pics???’ is closed to new replies.