Static pages
docs > admin area > Static pages
Contents > Static pages
Static pages are the contents the usually remain static over the time. To show a static page we need to choose the module
Pigeoncms.Staticpage when we create a new menu entry and then choose the right one in menu paramters. Some classic static pages could be:
wo whe are, where we are, homepage.
It's easy to create and edit a static page. To edit the content we can use the integrated html editor to create tables, upload images and more.
How to track static files using Google Analytics
You can tracking for static files (such pdf, jpg, etc..) simply adding the following script to the anchor tag. The argument of _trackPageview function will be shown in analytics stats.
See the
example in google documentation.
onclick="pageTracker._trackPageview('/documents/doc.pdf')"