Home Page as DemoGo to Page and create New page. Add title of the Page as Home or relative to Home Page, In the bottom right corner of the Page Editor you will find place to assign template, assign this page as home page. Theme Go to Settings > Reading > Use Front page displays as A Static Page and in Front Page assign that Page Home that you have made earlier. For Further Info to make home page as demo use following link', 'encrypted-lite'); $important_links = array( 'home_doc' => array( 'link' => esc_url('http://doc.codetrendy.com/encrypted-lite/#!/creating_home_page_as_in_demo'), 'text' => __('Home page as Demo Tutorials', 'encrypted-lite'), ), 'documentation' => array( 'link' => esc_url('http://doc.codetrendy.com/encrypted-lite'), 'text' => __('Documentation', 'encrypted-lite'), ), 'supportwp' => array( 'link' => esc_url('https://wordpress.org/support/theme/encrypted-lite'), 'text' => __('Support in WordPress', 'encrypted-lite'), ), 'supportct' => array( 'link' => esc_url('http://codetrendy.com/Support'), 'text' => __('Support in CodeTrendy', 'encrypted-lite'), ), 'demo' => array( 'link' => esc_url('http://demo.codetrendy.com/encrypted-lite'), 'text' => __('View Demo', 'encrypted-lite'), ), 'rating' => array( 'link' => esc_url('https://wordpress.org/support/view/theme-reviews/encrypted-lite'), 'text' => __('Rate This Theme', 'encrypted-lite'), ), 'facebook' => array( 'link' => esc_url('https://www.facebook.com/codetrendy'), 'text' => __('Facebook Page', 'encrypted-lite'), ) ); echo $encrypted_smallinfo; foreach ($important_links as $important_link) { echo '

' . esc_attr($important_link['text']) . '

'; } } } /** * Removed Custom Textarea Control * @version 1.0.0 */ class ELT_Customizer_Wpeditor_Control extends WP_Customize_Control{ public $type = 'editor'; public function render_content() { //echo $this->label; die(); //echo "heell"; ?> get_stylesheet_directory_uri() ); //after wp_enqueue_script wp_localize_script( 'custom', 'encrypted_object_name', $encrypted_translation_array ); } public function render_content() { $name = $this->id; $id = $this->id; $val = ''; $output = ''; $option_name = $this->label; ?> choices ) ) return; $name = '_customize-image-radios-' . $this->id; /* * Get value of 'choices' array from $options array * This contains paths to images for each option */ $encrypted_lite_sections = encrypted_lite_get_fields(); $encrypted_lite_current_section = $encrypted_lite_sections[ $this->section ]; $encrypted_lite_current_section_fields = $encrypted_lite_current_section['fields']; /* * Going through all the fields in this section * and getting the correct one so we could grab its 'choices' */ foreach ( $encrypted_lite_current_section_fields as $encrypted_lite_current_section_field_key => $encrypted_lite_current_section_field_value ) { /* * Not the most sophisiticated way to do it * There could be issues if one field has 'something' as ID * and next one has 'somethi' */ if ( strpos( $this->id, $encrypted_lite_current_section_field_key ) ) { $encrypted_lite_current_control_choices = $encrypted_lite_current_section_fields[ $encrypted_lite_current_section_field_key ]['control_args']['choices']; } } ?> label ); ?> choices as $value => $label ) { ?> link(); checked( $this->value(), $value ); ?> />