<h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
</header>
- <?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6'); ?>
+ <?php echo the_advanced_excerpt('exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6'); ?>
<!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
<!-- This could be wrapped in php tags and be functional,
but it is easier to change this in admin side-->
<h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
</header>
- <?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6'); ?>
+ <?php echo the_advanced_excerpt('exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6'); ?>
<!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
<!-- This could be wrapped in php tags and be functional,
but it is easier to change this in admin side-->
<?php } ?>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<p class="blog-feed-date"><?php echo get_the_date('F j, Y', $post->ID); ?></p>
- <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,div'); ?></p>
+ <p><?php echo the_advanced_excerpt('exclude_tags=img,p,strong,div'); ?></p>
</div>
</div>
<?php endforeach; ?>
<?php } ?>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<p class="blog-feed-date"><?php echo get_the_date('F j, Y', $post->ID); ?></p>
- <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,div'); ?></p>
+ <p><?php echo the_advanced_excerpt('exclude_tags=img,p,strong,div'); ?></p>
</div>
</div>
<?php endforeach; ?>