22 lines
670 B
PHP
22 lines
670 B
PHP
<?php
|
|
/**
|
|
* Genesis Framework.
|
|
*
|
|
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
|
|
* Please do all modifications in the form of a child theme.
|
|
*
|
|
* @package StudioPress\Genesis
|
|
* @author StudioPress
|
|
* @license GPL-2.0+
|
|
* @link https://my.studiopress.com/themes/genesis/
|
|
*/
|
|
|
|
?>
|
|
<h3><?php esc_html_e( 'Archive Settings', 'genesis' ); ?></h3>
|
|
<p>
|
|
<?php esc_html_e( 'The Archive Headline sets the title seen on the archive page.', 'genesis' ); ?>
|
|
</p>
|
|
<p>
|
|
<?php esc_html_e( 'The Archive Intro Text sets the text before the archive entries to introduce the content to the viewer.', 'genesis' ); ?>
|
|
</p>
|