From: Anthony Talarico Date: Tue, 9 Oct 2018 16:53:29 +0000 (-0400) Subject: removing the anchor tags around the block titles on the home page X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b94f77a1f9dee0b90f0ff2eb20eaf7b1563c3f90;p=WP-Themes%2Fcharemisd.git removing the anchor tags around the block titles on the home page --- diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index b94e1c5..52cf890 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -30,7 +30,7 @@
-

post_title; ?>

+

post_title; ?>

post_content) . $block->post_excerpt;?> url) { ?> diff --git a/parts/header-meta.php b/parts/header-meta.php index 219651e..793f767 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index edd9234..9d6aaa0 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Char-EM ISD Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Char EM ISD -Version: 1.0.3 +Version: 1.0.4 */