array( // Place one core-defined widgets in the first footer widget area. 'sidebar-1' => array( 'text_about', ), ), // Specify the core-defined pages to create and add custom thumbnails to some of them. 'posts' => array( 'front' => array( 'post_type' => 'page', 'post_title' => __( 'Home', 'altitude-lite' ), 'template' => 'gutenberg-fullwidth.php', 'post_content' => join( '', array( '', '
', '
', '', '', '', '', '
', '', '
', '', '

Altitude- WordPress Blog Theme

', '', '', '

100% responsive sleek-modern WordPress theme for bloggers with the full-width header image.

', '', '', '', '
', '', '', '
', '
', '', '', '', '
', '', '', '', '', '', '

Features that help your blog grow

', '', '', '

Altitude theme has all features that a WordPress theme needs to set up a beautiful WordPress blog.

', '', '', '', '', '', '
', '', '
', '', '
', '', '', '

Great Visual Design

', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

', '
', '', '', '
', '', '
', '', '', '

24/7 Support

', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

', '
', '', '', '
', '', '
', '', '', '

Easy To Use

', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

', '
', '
', '', '', '
Get Started
', '', '', '', '', '', '', '', '', '
', '', '

Productive

', '', '', '

Integration With SildeDeck

', '', '', '

Altitude lite is integrated with SlideDeck3, a comprehensive and easy to use slider plugin. You can use this plugin to add a fullscreen slider or a carousel that pops up in a lightbox to draw special attention to the best content.

', '', '', '

Read More >

', '
', '', '', '
', '', '

Productive

', '', '', '

Multilingual WPML Ready

', '', '', '

Altitude lite is easily translatable into any language with WPML and you can even create multilingual websites. Choose from over 40 languages for your site and start translating content.

', '', '', '

Read More >

', '
', '', '', '
', '
', '', '

Productive

', '', '', '

Accessibility Ready 

', '', '', '

The theme is accessible and follows WCAG 2.0 standards. It meets the AA level which is essential for usability. The theme meets all required and recommended accessibility guidelines include keyboard navigation, controls, skip links, content links, forms, headings, contrasts, images, media, and screen reader text.

', '', '', '

Read More >

', '
', '', '', '', '', '', '
', '', '

Get this awesome theme that will help you grow your blog and community.

', '', '', '', '
', '', '', '', '', '', '

Meet Our Team

', '', '', '

We’re led by a team of innovators, analysts, and creative minds who challenge the status quo. Say hello to the driving force behind StartFlow’s first-class service.

', '', '', '
', '', '
', '', '
Thomas Smith
Founder & CEO
', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

', '
', '', '', '
', '', '
Eloise Smith
Finance Director
', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

', '
', '', '', '
', '
Ernest Smith
Software Engineer
', '', '', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

', '
', '
', '', '', '', '', '

', '', ) ), ), 'about', 'blog', 'services', 'contact', ), // Default to a static front page and assign the front and posts pages. 'options' => array( 'show_on_front' => 'page', 'page_on_front' => '{{front}}', 'page_for_posts' => '{{blog}}', ), // Set up nav menus for each of the two areas registered in the theme. 'nav_menus' => array( // Assign a menu to the "primary" location. 'primary' => array( 'name' => __( 'Primary', 'altitude-lite' ), 'items' => array( 'link_home', // Note that the core "home" page is actually a link in case a static front page is not used. 'page_about', 'page_blog', 'page_services', 'page_contact', ), ), ), // Custom setting. 'theme_mods' => array( 'responsive_style' => 'flat', ), ); /** * Filters Altitude array of starter content. * * @since altitude-lite 2.1 * * @param array $starter_content Array of starter content. */ return apply_filters( 'altitude_lite_starter_content', $starter_content ); }