BlogMe PHP 1.1 Template Documentation: The new version of BlogMe comes in a form most suitable for adding your own themes and customizing your Blog/News page. This document enlists the method of customizing your blog/news page. The following is a list of all the lines you'll need to display the respective data: (they are quite simple and self-explanatory) ///////////////////////////////////////////////////////////// IMPORTANT!!! The following code HAS to be present as the very first lines on the index.php page. Otherwise the application will NOT function: The following code HAS to be present as the very first lines on the comments.php page. Otherwise the application will NOT function: Also note that the directory structure has to be maintained. The new template should be placed in the same directory as the current index.php and comment.php files. ///////////////////////////////////////////////////////////// The other components of the application are: ---------------------------------------------------------- For the index page: 1. To display the main blog/news body, put the following code: 2. To Display the archives calendar, put the following code: 3. To display the BlogRoll, put the following code: 4. To display the General Links, put the following code: 5. To Display the search box, put the following code: 6. To display the categories, put the following code: 7. To display the blog/website name, put the following code: ---------------------------------------------------------- For the comments page: 1. To display the blog entry for which comments are being posted, put the following code: 2. To display the existing comments and the comment form, put the following code: --------------------------------------------------------------