get( 'Version' ); $description = $theme_data->get( 'Description' ); $theme_uri = $theme_data->get( 'ThemeURI' ); ?>

Theme Details Get Support Leave a Review

Theme Options

Theme uses Customizer API for theme options. Using the Customizer you can easily customize different aspects of the theme.

Customize

Get Support

Got theme support question or found bug or got some feedbacks? Please visit dedicated support forum in the WordPress.org directory.

Visit Support

Recommended Themes

  1. Simple Life
  2. Obulma
  3. Blue Planet

Recent Blog Posts

id ) { return; } ?> get_item_quantity( 5 ); $rss_items = $rss->get_items( 0, $maxitems ); } if ( ! empty( $rss_items ) ) { foreach ( $rss_items as $item ) { $feed_item = array(); $feed_item['title'] = $item->get_title(); $feed_item['url'] = $item->get_permalink(); $output[] = $feed_item; } } return $output; }