• Resolved awijasa

    (@awijasa)


    Hello,

    BuddyPress’ Members page can’t be rendered on Wilson 1.27.

    Workaround:

    Copy Wilson 1.27’s page.php into your Wilson child theme, comment out:

    if ( get_the_content() ) :

    and the endif; that is closing the conditional block above.

    Thanks,

    @awijasa

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @awijasa,

    The reasoning for the get_the_content() conditionals were that the the_content() wrapping element shouldn’t be output if there is no content to wrap, but after your thread and the one by @zhenya27 (here), I’ve decided that it was the wrong route to take. I’ve updated Wilson (and my other themes) to remove the conditionals around the_content().

    — Anders

    Thread Starter awijasa

    (@awijasa)

    Thank you very much @anlino!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BuddyPress Members page can’t be rendered on Wilson 1.27’ is closed to new replies.