Examples

Curious what Planet Mongo actually looks like? You're looking at it right now! This site is running Planet Mongo, using a slightly modified version of the default theme.

Below, you'll find a few more websites to see for Planet Mongo examples.

  • A blog (michaelb.org)

    Here you'll see a a basic blog and homepage, with the comment function turned off.

  • A band page (for experimental artist Smockpuppet)

    This is a minimalist website using an unusual split content layout, presenting the music of the electronic musician "Smockpuppet". The two-pane layout was accomplished by calling the content module twice (that is, by having <!--[[ content : main ]]--> twice in the theme file). After the first call, the following PHP code was instereted:

    <?php global $content_directory; $content_directory = 'content2'; content_auto(); ?>
    This code makes the second call instead fetch content pages from the directory "content2". In this way, Smockpuppet's website has two areas where content is displayed and a content directory for each.

SourceForge.net Logo