====== Page Editor ====== 68 Classifieds administration includes the ability to create, modify and delete content pages. Five content pages are included during the initial installation and they are as follows: = Home Page : This is the text that is displayed on your sites home page. = Terms & Conditions : This is your terms and conditions which popup when a user registers. = About : The about page is just an about us or information about your company. = FAQ : With this page you can create a faq or something similiar. = Contact Us : The contact us page text is used to display information above the form at the page contactus.php You can add new pages or modify existing ones. However you can only delete pages that you have created. You can not delete the 5 listed above. When you are adding or modifying a page at the bottom it has a select list to show or hide the page from view. However you can override this by manually liking to the page. To manually link to a page you would create a link in your template to pages.php?page=X where x is the id of the page you want displayed. Please Note: The default pages can not be deleted because they are used internally. However any additional pages you create can be deleted. ===== Add / Edit Pages ===== Below is a list of the fields available on this page as well as instructions for what each do. = Page Name : The name or title of the page. = URI : The unique uri for this page. This is used for the SEO module and to make the access to pages more memorable. So instead of pages.php?id=1 it would be pages.php?pg=home-page //(Since [[development:changelog#v4.1.0 | v4.1.0]])// = Keywords : Unique meta keywords for the page. //(Since [[development:changelog#v4.1.0 | v4.1.0]])// = Description: Unique meta description for the page. //(Since [[development:changelog#v4.1.0 | v4.1.0]])// = Publish : Whether the page should be published or not. If a page is published it would be seen by visiting pages.php?pg=uri = Visible in Nav : Should the page be included in the navigation.