• Resolved technicalwmb

    (@technicalwmb)


    Is it possible to allow some HTML tags in the excerpt? (line breaks to be more specific).

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter technicalwmb

    (@technicalwmb)

    I’ve used the Pro version but couldn’t find a configuration location regarding this.

    Plugin Author Trusty Plugins

    (@trustyplugins)

    Hi @technicalwmb ,

    If you are using PRO version then you can use this function to solve this.

    
    function caf_content_support_html_fun($return,$id) {
    	return true;
    }
    add_filter('caf_content_support_html','caf_content_support_html_fun',10,2);
    

    I hope it helps.

    Thanks,
    Trusty Plugins Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow HTML in excerpt’ is closed to new replies.