Adding a Blog to coreFORCE Lite From coreILLA

Created by Ezra Weinstein, Modified on Thu, 06 Jul 2023 at 08:11 PM by Ezra Weinstein

For adding the blog, the steps are as follows:


Step 1 - Setup a subdomain to point to coreILLA:

Create a CNAME record on your domain registrar that points to:

flash.funnels.msgsndr.com


for example point – blog to flash.funnels.msgsndr.com


Step 2 – Setup a Blog Page in coreILLA

Go to Sites in coreILLA and create a site, under the site add a page. The page just needs one element which is the Blog module. You can add any other elements you want to this page.


Step 3 -Setup the blog domain in coreILLA

In coreILLA go to Settings->Domains  and add the subdomain that you created in step 1


Step 4 – Setup the Blog Page in coreFIRE

Go to Page Creator under the setup menu and create a new page. Give it a title and make sure to check the box for Public Access. In the menu tab add a menu item (you can call it Blog or whatever you want). In the Data tab add the following code to the Main Content Box:

<body style="margin: 0 auto;">

        <iframe src="https://subdomain.yourdomain.here/" frameborder="0" 

         style="overflow:hidden; 

         display:block; position: absolute; height: 100%; width: 100%">

<p style="">

</p>

</body>


 (replace the URL with the subdomain you setup in step 1)


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article