New page
This commit is contained in:
@@ -41,9 +41,11 @@
|
||||
$cta_url = $cta['url'];
|
||||
$cta_title = $cta['title'];
|
||||
$cta_target = $cta['target'] ? $cta['target'] : '_self';
|
||||
|
||||
if($cta_url) :
|
||||
?>
|
||||
<a class="btn btn-secondary" href="<?php echo esc_url( $cta_url ); ?>" target="<?php echo esc_attr( $cta_target ); ?>"><?php echo esc_html( $cta_title ); ?></a>
|
||||
<?php endif; ?>
|
||||
<?php endif; endif; ?>
|
||||
|
||||
</div>
|
||||
<?php endwhile; ?>
|
||||
|
||||
Reference in New Issue
Block a user