edc news page not using content or excerpt, adding conditional to check for it
<?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();
<!-- <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
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for BaragaCounty
-Version: 1.0.13
+Version: 1.0.14
*/