Text Areas display static home page content instead of page content

  • Author
    Posts
  • #47416

    Selectin any page doesn’t change the content of the text areas. The title changes, but the content is always the one from the static home page

    #48185
    Zed
    Cryout Creations mastermind

    Could we see the site exhibiting this problem?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #50323

    I have the same problem

    Website: cicerone.firmecreative.com

    #50949

    Same here

    Website: www.crosshill-creeps.de

    #51788

    @cozy787 @Zed Any insights on this problem? From what I understand it seems to be caused by the choice of a specific static page. Then, whatever page you select as text areas in the landing page options, it will always display the page you chose as static page. (Titles change but not the content)

    Website: cicerone.firmecreative.com/en

    #57820

    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 🙂

    #58392
    Zed
    Cryout Creations mastermind

    @cicero, @cyberratz: we have not been able to reproduce this issue on a clean WordPress install. Could you give us a list with the plugins you are using?


    @njordhr
    : the ‘the_content’ filter is used for a reason – without it no page content shortcodes (or additional plugins added contnet) will be processed when the page is used on the landing page text area.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Text Areas display static home page content instead of page content’ is closed to new replies.