diff --git a/404.php b/404.php index 576047f..dfbe43b 100755 --- a/404.php +++ b/404.php @@ -2,7 +2,7 @@ /** * The template for displaying 404 pages (Not Found). * - * @package Mag + * @package Expound */ get_header(); ?> @@ -12,19 +12,19 @@
-

+

-

+

- +
-

+

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

    '; + $archive_content = '

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

    '; the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); ?> diff --git a/comments.php b/comments.php index 8599cc5..917b256 100755 --- a/comments.php +++ b/comments.php @@ -4,10 +4,10 @@ * * The area of the page that contains both current comments * and the comment form. The actual display of comments is - * handled by a callback to mag_comment() which is + * handled by a callback to expound_comment() which is * located in the inc/template-tags.php file. * - * @package Mag + * @package Expound */ /* @@ -26,36 +26,36 @@

    ' . get_the_title() . '' ); ?>

    1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
      'mag_comment' ) ); + wp_list_comments( array( 'callback' => 'expound_comment' ) ); ?>
    1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> @@ -65,7 +65,7 @@ // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> -

    +

    diff --git a/content-page.php b/content-page.php index 051f3e0..6072bf0 100755 --- a/content-page.php +++ b/content-page.php @@ -2,7 +2,7 @@ /** * The template used for displaying page content in page.php * - * @package Mag + * @package Expound */ ?> @@ -15,7 +15,7 @@ '
diff --git a/content.php b/content.php index 1260dc4..cceb719 100755 --- a/content.php +++ b/content.php @@ -1,6 +1,6 @@ @@ -21,6 +21,6 @@ diff --git a/mag.css b/expound.css similarity index 100% rename from mag.css rename to expound.css diff --git a/mag.less b/expound.less similarity index 100% rename from mag.less rename to expound.less diff --git a/featured-content.php b/featured-content.php index 3496a84..c4dabee 100644 --- a/featured-content.php +++ b/featured-content.php @@ -1,4 +1,4 @@ - + have_posts() ) : $featured_posts->the_post(); ?> @@ -92,7 +92,7 @@ '