Forums

Plugin WP Limit Posts Automatically and pics??? (2 posts)

  1. Der-Bank-Blog
    Member
    Posted 1 year ago #

    Is ther a way to Strip out Caption Tag in the 'WP Limit Posts Automatically' Plugin

  2. moaluko
    Member
    Posted 7 months ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic