njordhr

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • njordhr
    Participant

    In wp-content/themes/septera/inducles/landing-page.php:
    in text area builder edit this:
    ‘text’ => apply_filters( ‘the_content’, get_post_field( ‘post_content’, $pageid ) ),
    to this:
    ‘text’ => get_post_field( ‘post_content’, $pageid ),
    That’s all you need change to sovle this problem 🙂

Viewing 1 post (of 1 total)