public static function display_page()
 {
     $footer_posts = footerPostlinks::get_posts();
     self::view('main', compact('footer_posts'));
 }