Hello,
I have been trying to use wordpress’ native password protection on a page with a custom layout, my issue being the content in the layout is still showing since it is not part of the content loop.
Would be great if there was a way to conditionally show/hide sections if the page requires a password under Conditions.
I know how do to this the normal way with a custom template and checking for
post_password_required() but that takes me out of the layout builder and back to custom coding templates.
Let me know if there is another way this is possible.