removing the anchor tags around the block titles on the home page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 16:53:29 +0000 (12:53 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 16:53:29 +0000 (12:53 -0400)
parts/blog-feed-front.php
parts/header-meta.php
style.css

index b94e1c5..52cf890 100644 (file)
@@ -30,7 +30,7 @@
                             <?php } ?>
                                     <div class="small-12 columns home-feed-post-content">
                                         <div class="front-page-post-content-container overlay">
-                                            <h2 class="title-posts"><a href="<?php echo $block->url; ?>"><?php echo $block->post_title; ?></a></h2>
+                                            <h2 style="color: black;line-height: 1.1;" class="title-posts"><?php echo $block->post_title; ?></h2>
                                             <div class="glm-block-content">
                                                 <?php echo wpautop($block->post_content) . $block->post_excerpt;?>
                                                 <?php if($block->url) { ?>
index 219651e..793f767 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
index edd9234..9d6aaa0 100644 (file)
--- 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
 */