<div class="post-excerpt excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=50&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,h1,h2,h3,hr,div'); ?>
</div>
<div class="read-more">
- <a href="<?php echo the_permalink(); ?>" class="post-link">Learn More</a>
+ <a class="post-link" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>Learn More</a>
</div>
</div>
</div>