File "design-1.php"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/blog-designer-pack/templates/ticker/design-1.php
File size: 332 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Ticker Template 1
 * 
 * @package Blog Designer Pack
 * @since 1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<li class="bdpp-ticker-ele <?php echo esc_attr( $atts['wrp_cls'] ); ?>">
	<a href="<?php echo esc_url( $atts['post_link'] ); ?>"><?php the_title(); ?></a>
</li>