• seonaidoriordan

    (@seonaidoriordan)


    Hi – I recently updated wordpress version and the format on my job board manager listings. It no longer shows breaks in lines and gaps for paragraphs.

    Does anyone know how I can solve this issue?

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

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

    (@pickplugins)

    Thanks for your post,
    this probably wpautop() function issue.
    https://codex.www.ads-software.com/Function_Reference/wpautop

    can you please add following code under theme functions.php file

    add_filter( 'the_content', 'wpautop' );

    Let me know the update.
    Regards

    Thread Starter seonaidoriordan

    (@seonaidoriordan)

    I tried and got the following error: Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.

    Thread Starter seonaidoriordan

    (@seonaidoriordan)

    Managed to add with WP editor plugin but still didn’t work…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Individual job listing – no gaps in between text’ is closed to new replies.