Blogsome Pages

It’s no secret the Blogsome doesn’t have working Page Templates. The following code snippet is a starter on formatting of Pages like Posts:

    {if $smarty.server.SCRIPT_NAME == '/wp-inst/pages'}
        <!-- Do Stuff Here -->
    {/if}

At the moment, I’ve only figured out how to get the content to appear twice (!), but it’s a start: it only occurs with Pages! Update: I’ve got it working. It’s a bit ugly at the moment, and I’ll probably redo it with a function, but, still it works. See the Contact and About Pages in the Menubar for examples!