Forums
(@tarheelmm)
5 years ago
This is my snippet code: add_filter( ‘wprss_populate_post_data’, ‘my_strip_tags’, 1000, 2 ); function my_strip_tags( $args, $item ) { $args[‘post_content’] = strip_tags( $args[‘post_content’], ‘<b>’ ); return $args; }
In my first post I noted that I have already tried that and it is not working
Searchsoftball.com/news
News page That is the URL
This is an example: ‘They’ve lost their way’: Pompeo rips ‘truly sick’ Washington Post for <b>softball</b> Baghdadi obit
5 years, 1 month ago
I tried the above resolution(add_filter) and it is not working. Do I need to change anything?