diff --git a/404.php b/404.php index 6cb096e..7e1a847 100755 --- a/404.php +++ b/404.php @@ -14,11 +14,11 @@
-

+

-

+

' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'begonia' ), convert_smilies( ':)' ) ) . '

'; + $archive_content = '

' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'begonia-lite' ), convert_smilies( ':)' ) ) . '

'; the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); the_widget( 'WP_Widget_Tag_Cloud' ); diff --git a/assets/scss/style.scss b/assets/scss/style.scss index eabc684..da0fab0 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,13 +1,13 @@ /* -Theme Name: Begonia -Theme URI: https://demos.pixelgrade.com/begonia/ +Theme Name: Begonia Lite +Theme URI: https://demos.pixelgrade.com/begonia-lite/ Author: PixelGrade Author URI: https://pixelgrade.com Description: Some lovely description of your theme here. -Version: 0.0.2 +Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Text Domain: begonia +Text Domain: begonia lite Domain Path: /languages/ Tags: grid-layout, blog, photography This theme, like WordPress, is licensed under the GPL. diff --git a/comments.php b/comments.php index b72e68f..0fd36d2 100755 --- a/comments.php +++ b/comments.php @@ -28,7 +28,7 @@

' . get_the_title() . '' ); @@ -37,11 +37,11 @@ 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> @@ -58,11 +58,11 @@ 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> @@ -75,7 +75,7 @@ // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> -

+

__( 'Primary Menu', 'begonia' ), - 'social' => __( 'Social Menu', 'begonia' ), + 'primary' => __( 'Primary Menu', 'begonia-lite' ), + 'social' => __( 'Social Menu', 'begonia-lite' ), ) ); /* @@ -84,9 +84,9 @@ function begonia_content_width() { */ function begonia_widgets_init() { register_sidebar( array( - 'name' => esc_html__( 'Footer Sidebar', 'begonia' ), + 'name' => esc_html__( 'Footer Sidebar', 'begonia-lite' ), 'id' => 'footer-sidebar', - 'description' => esc_html__( 'Add widgets here.', 'begonia' ), + 'description' => esc_html__( 'Add widgets here.', 'begonia-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', diff --git a/header.php b/header.php index 5997b1a..474d176 100755 --- a/header.php +++ b/header.php @@ -22,7 +22,7 @@ >
- +