• Resolved littlebizonline

    (@littlebizonline)


    Hi,
    Great plugin!
    Currently the html is being stripped from the excerpt. Is it possible to prevent this from happening?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tajam

    (@tajam)

    Hi, yes this plugin automatically strips the html tags for the excerpt. If you don’t want it you can replace this function <?php flex_posts_excerpt(); ?> with this: <?php the_content(); ?> in the template files in public directory.
    You will also need to add read more tags manually in your content if you want to limit the content length.

    Thread Starter littlebizonline

    (@littlebizonline)

    Thank you

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