I am using RSS Post Importer.
Workaround now is to quick edit posts and save them one by one, or use your ‘Set, replace, remove’ option. But for 5 categories with multiple updates a day it is not ideal.
Is it an option to make this work with RSS aggregators? An automatic or manual check ‘if post no featured image’ do rule?
I have it now setup to save a featured image based upon the category the RSS feed is stored in.
Or is there an other workaround?
In the version 1.3.2 of the plugin it’s line 736
‘echo substr( $before_widget, 0, strlen( $before_widget ) – 1 ) . ‘ style=”display:none”>’ . $after_widget;’
I changed -1 to -2 and that worked!
Unfortunately this doesn’t seem to work this the ‘reset’ filter. Here I still see the style=”display:none;” > in my website.
Any suggestions?
Edit: If you have selected something, there is no problem, but after resetting all to default, text “style=”display:none;” >” is visible.