Gordon's WebLog

My little bit of the web ...

My son is an Associate of the Royal Photographic Society (ARPS) and specialises in wedding and portrait photography. You can view his web site HERE

Calling custom tags

Posted on Thursday, May 18, 2006 at 11:10 AM

To call the coding in my custom tags I have used the following in my templates. You will note that each custom tag name starts with either main, which displays main page information, or side, which displays information in the sidebar.

<$Main_Header$> Main HTML header details with meta tags

<$Main_Banner$> Displays the banner and header text

<$Main_Menu$> Displays the top horizontal menu bar

<$Side_Calendar$> Displays calendar in the sidebar

<$Side_Recent_Posts$> Displays recent posts titles in the sidebar

<$Side_Categories$> Displays category names in the sidebar

<$Side_Archives$> Displays the monthly archives in the sidebar

<$Side_TAMB$> Displays links to TAMB sites in the sidebar

<$Main_Footer$> Displays the footer

<$Main_Top_Of_Page$> Displays a "Jump to top of page" link in a separate footer