Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hi p4ulvangestel,

    In Simple Job Board 2.2.3, we have used the WP “the_content()” function for displaying job description that automatically adds <p> tags in paragraph.

    If it’s not including on your website then please add the following filter in your theme’s functions.php:

    add_filter('the_content', 'wpautop');;

    Thank you. Let us know if you need any further assistance.

    Regards,
    PressTigers

    Thread Starter p4ulvangestel

    (@p4ulvangestel)

    Thank you very much ??

    Thread Starter p4ulvangestel

    (@p4ulvangestel)

    Hellow again, just updated the plug-in again (V2.3.2). Again I get the p-tag wrapping problem as I mentioned in the first post. Are certain changes made again which causes this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘enable automatic paragraphs p-tag’ is closed to new replies.