_render( 'sitemap/sitemap-split-setting', array( 'automatically_switched' => $automatically_switched, 'total_post_count' => $total_post_count, ) ); ?> _render( 'toggle-group', array( 'label' => esc_html__( 'Include images', 'wds' ), 'description' => esc_html__( 'If your posts contain imagery you would like others to be able to search, this setting will help Google Images index them correctly.', 'wds' ), 'items' => array( 'sitemap-images' => array( 'label' => esc_html__( 'Include image items with the sitemap', 'wds' ), 'description' => esc_html__( 'Note: When uploading attachments to posts, be sure to add titles and captions that clearly describe your images.', 'wds' ), 'value' => '1', ), ), ) ); $this->_render( 'toggle-group', array( 'label' => esc_html__( 'Auto-notify search engines', 'wds' ), 'description' => esc_html__( 'Instead of waiting for search engines to crawl your website you can automatically submit your sitemap whenever it changes.', 'wds' ), 'separator' => true, 'items' => $engines, ) ); $this->_render( 'toggle-group', array( 'label' => esc_html__( 'Style sitemap', 'wds' ), 'description' => esc_html__( 'Adds some nice styling to your sitemap.', 'wds' ), 'separator' => true, 'items' => array( 'sitemap-stylesheet' => array( 'label' => esc_html__( 'Include stylesheet with sitemap', 'wds' ), 'description' => esc_html__( 'Note: This doesn’t affect your SEO and is purely visual.', 'wds' ), 'value' => '1', ), ), ) ); ?>