ID,"hide-title",true) == 1 && is_page())) {?>
= 2 ? "

$title Page $page

" : "

$title

"); } else { $link = get_permalink(); echo "

$title

"; } if ($post->post_type == "post") { ?>
ID,"hide-author",true) != 1) { _e(" by ");?>
ID,"hide-date",true) != 1) {?>
ID)) { /* Images should be aligned to the center of the page.*/ $attachmentData = wp_get_attachment_metadata($post->ID); $attachmentURL = wp_get_attachment_url($post->ID); if ((int) $attachmentData["width"] > 600) { $newHeight = (int) $attachmentData["height"] / ((int) $attachmentData["width"] / 600); $scalled = " width=\"600\" height=\"$newHeight\""; } ?>
<?php echo attribute_escape(get_the_title());?>/> Imaged scalled to fit the space available. Click here to view the full image.";?>


","
"); /* I put this here as it is only admins who will see it and I can put it in the header as you have the option of hiding the header. */ }?>
"; comments_popup_link(__("No Comments yet")." »", __("1 Comment")." »", __("% Comments »")); echo "
"; } /* Make sure tagging is available before we go on. */ if (function_exists("get_the_tags")) { $posttags = get_the_tags(); if ($posttags) { /* Now that we know tagging is availavle lets see if there are any tags, only if there are will we add the needed mark up. */?>