diff --git a/templates/frontend/index.php b/templates/frontend/index.php index 975060c4..a06f8ecb 100644 --- a/templates/frontend/index.php +++ b/templates/frontend/index.php @@ -13,7 +13,7 @@ ); ?> -
+
diff --git a/templates/frontend/parts/content.php b/templates/frontend/parts/content.php index fab5e777..760f30a8 100644 --- a/templates/frontend/parts/content.php +++ b/templates/frontend/parts/content.php @@ -8,7 +8,7 @@ $template_loader = Friends\Friends::template_loader(); ?> -
> +
> get_template_part( 'frontend/parts/header', get_post_format(), $args ); $template_loader->get_template_part( 'frontend/parts/title', get_post_format(), $args ); diff --git a/templates/frontend/parts/header.php b/templates/frontend/parts/header.php index 039356a1..fe5e5e22 100644 --- a/templates/frontend/parts/header.php +++ b/templates/frontend/parts/header.php @@ -29,7 +29,7 @@ */ $override_author_name = apply_filters( 'friends_override_author_name', '', $author_name, get_the_id() ); ?>
-