fixing blog excerpt for edc category
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Feb 2018 12:46:29 +0000 (07:46 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Feb 2018 12:46:29 +0000 (07:46 -0500)
edc news page not using content or excerpt, adding conditional to check for it

parts/blog-text.php
parts/header-meta.php
style.css

index edab84c..afea5a2 100644 (file)
@@ -10,7 +10,7 @@
                                                         <?php get_template_part('parts/share-this'); ?>
                                                     </header>
                
-                                                    <?php if( is_home() || is_archive() || is_category() ){
+                                                    <?php if( is_home() || is_archive() || is_category() || is_page(4749)){
                                                         the_advanced_excerpt('length=250&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6');
                                                     } elseif ( is_single() ){
                                                         the_content();
index 6e32107..a6a3ba3 100644 (file)
@@ -5,7 +5,7 @@
 <!--    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">-->
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index 04ea243..baec91c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BaragaCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BaragaCounty
-Version: 1.0.13
+Version: 1.0.14
 */