Ive tried looking in the Pulse CMS forum but I cant post in that Forum as im a new user in that one. So here is my info. When I click on the blog post, it takes me to the correct url where the blog lives but I get nothing as far as the full blog post. Just white space. The site is www.willowcreekglasschapel.com the blog feed is on the home page, under Blog/Announcements. The blog post is New Website Features.
<?php
// **Pulse CMS Version Number**
$pulse_version ='4.7' ;
// **MOST IMPORTANT**
// Please enter your serial number to use Pulse on a remote server, staging or production. A serial number is not needed during local testing.
$pulse_serial = '' ; // Enter your serial number received upon purchase. One serial required per install. Get yours here: https://app.moonclerk.com/pay/kgu2jwx07dw
// GENERAL
// Tip: Copy only the contents of the "pulse" folder into the site root, not the folder itself.
// If you want to install in a subfolder, you can, but it must be reflected in the path setting.
$path = '/pulsecms'; // If installed in root, leave blank. If in "subfolder", use "/subfolder"
$autobackup = true; // Turn on/off auto-backup feature
date_default_timezone_set('America/Chicago'); // More: https://php.net/manual/en/timezones.php
$language = 'english';
$anonymize_ip = false;
// EDITOR
$wysiwyg = true; // Toggle on/off WYSIWYG editor in blocks and blog
$allow = array('txt','jpeg','gif','jpg','svg','png','pdf','zip'); // File types allowed to be uploaded
// MEDIA
$jpeg_resampling_off = false; // Toggle on/off jpeg resampling
$jpeg_quality = '85'; // Use 100 for full jpeg quality (larger files)
$jpeg_size = '1200'; // Scale jpegs to a max pixel size (height)
$thumbnail_height = '120';
// FORM
$mail_inputs = array('Name'=>'text','Email'=>'email','Phone'=>'text'); // Input fields
$lang_form_name = 'Name'; // Must match "Name" input above
$lang_form_email = 'Email'; // Must match "Email" input above
$mail_textarea = array('Comment'=>'7'); // 7 = Number of rows in comment textarea
$email_contact = array('you@mail.com'); // Example: 'one@mail.com','two@mail.com'
$config_contact_form_auto_thank = true; // Toggle "false" to disable auto thank you emails
// Tip: To add more form fields, add to the $mail_inputs array
// Tip 2: For more complex forms, use the {{justforms:formid:height}} tag available to all Pulse Cloud Club users: https://upgrade.pulsecms.com/business.html
// BLOG
$result_per_page = 3; // Blog posts per page
$blog_url = "http://www.willowcreekglasschapel.com/Blog";
$disqus_comments = false; // Turn on/off blog comments (Disqus)
$disqus_shortname = "sample-name"; // Your disqus account name
$date_format = "M j, Y"; // More: https://php.net/manual/en/function.date.php
// RSS
$blog_title = 'My Blog';
$blog_description = 'This is my blog.';
$rss_lang = 'en-us';
$url_prefix = 'blog'; // blog-1-post-title, if changed also edit htaccess
@instacks @dan