xxxxxxxxxx
// If you want to restrict wordpress access to content you can do it
// with the below code in PHP. Otherwise you can buy a plugin...
<?php if (is_user_logged_in()) { ?>
<?php echo do_shortcode("[mb_frontend_form id='sales' post_fields='title,content']"); ?>
<?php } else {
echo "Please Login if you want to use this website."; ?>
<br>
<a href="https://budgetfamilyhomes.com/profile/">Login</a>
<?php } ?>