Envato_Theme_Setup_Wizard::envato_setup_customize PHP Метод

envato_setup_customize() публичный Метод

        public function envato_setup_customize()
        {
            ?>

			<h1>Theme Customization</h1>
			<p>
				Most changes to the website can be made through the Appearance > Customize menu from the WordPress
				dashboard. These include:
			</p>
			<ul>
				<li>Typography: Font Sizes, Style, Colors (over 200 fonts to choose from) for various page elements.
				</li>
				<li>Logo: Upload a new logo and adjust its size.</li>
				<li>Background: Upload a new background image.</li>
				<li>Layout: Enable/Disable responsive layout, page and sidebar width.</li>
			</ul>
			<p>To change the Sidebars go to Appearance > Widgets. Here widgets can be "drag &amp; droped" into sidebars.
				To control which "widget areas" appear, go to an individual page and look for the "Left/Right Column"
				menu. Here widgets can be chosen for display on the left or right of a page. More details in
				documentation.</p>
			<p>
				<em>Advanced Users: If you are going to make changes to the theme source code please use a <a
						href="https://codex.wordpress.org/Child_Themes" target="_blank">Child Theme</a> rather than
					modifying the main theme HTML/CSS/PHP code. This allows the parent theme to receive updates without
					overwriting your source code changes. <br/> See <code>child-theme.zip</code> in the main folder for
					a sample.</em>
			</p>

			<p class="envato-setup-actions step">
				<a href="<?php 
            echo esc_url($this->get_next_step_link());
            ?>
"
				   class="button button-primary button-large button-next"><?php 
            esc_html_e('Continue');
            ?>
</a>
			</p>

			<?php 
        }