Trimming breaks up markup
As toscho stated, types_render_field() is not a wordpress function, so you should have declared it somewhere. HTML tags are stripped before returning the excerpt, whether you are using wp_trim_excerpt or wp_trim_words. If you need to keep HTML formatting in the excerpt, you will need to create your own excerpt function. To do this, you will … Read more