Here I will show you how to add content pages, and link them to the main navigation in the Freebird Media CMS system.

Here is the tweet module video for the Freebird Media CMS

Here is a video of the Freebird Media CMS Newsletter Module!

Ive finally found some time to do some video's of the Freebird Media CMS system and it's modules.

So for my first one, presenting the "Blog Module"

Ive now added functionality to display code in my blog posts,
so you may see some code contribution posts in here from time to time.

It was surprisingly simple to integrate, and my code snippets can be styled nicely too.

Obligatory example code post below....


<?php

function message()
{
        $message = 'Hello World!';
        return $message;
}

echo message();

?>
 

Categories

Latest Posts

RSS