• Resolved Harris O.

    (@hfort)


    I have an RSS feed that uses the <b> tag for bold. Unfortunately, the plugin strips the <b> tag. Is there a filter I can create to keep the <b> tag?

    Please consider allowing the <b> tag on the next update. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @hfort,

    Under “Content” tab, can you please try selecting “Enable rich description”?

    Thanks,
    Aakash

    Thread Starter Harris O.

    (@hfort)

    Yes, that’s selected. The rich description does not include the b tag. The <b> is missing in the allowed list on includes/feed.php

    
    
    if( $rich_desc ){
    $desc = strip_tags( $desc_content, 
    '<p><a><img><em><strong><font><strike><s><u><i><br>')
    ;}
    
    

    Thanks.

    • This reply was modified 2 years, 4 months ago by Harris O..
    • This reply was modified 2 years, 4 months ago by Harris O..
    Plugin Author vaakash

    (@vaakash)

    Hi @hfort,

    Got it! I’ll fix it in the next version.
    Thanks for reporting the issue.

    Thanks,
    Aakash

    Thread Starter Harris O.

    (@hfort)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Keep tag.’ is closed to new replies.