Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- if (!defined('ABSPATH')) {
- exit();
- }
- get_header();
- echo ' ' . "\r\n" . '<div id="breadcrumbs">' . "\r\n" . ' <div class="containers container"> ' . "\r\n" . ' ';
- breadcrumbs();
- echo ' ' . "\r\n" . ' </div>' . "\r\n" . '</div>' . "\r\n";
- if ($themeum_options['ad_top']) {
- echo ' <div class="container-fluid">' . "\r\n" . ' <div class="row">' . "\r\n" . ' <div class="con_Ad mb10">' . "\r\n" . ' ';
- _e($themeum_options['ad_top']);
- echo ' </div>' . "\r\n" . ' </div>' . "\r\n" . ' </div>' . "\r\n";
- }
- $term = get_queried_object();
- echo '<div class="sec-title ">' . "\r\n" . ' <div class="sec-info">' . "\r\n" . ' <i class="icon-clapboard-play"></i>' . "\r\n" . ' <h1>';
- single_cat_title();
- echo '</h1>' . "\r\n" . ' <h2 class="des">';
- echo 'شاهد ';
- echo ' ';
- single_cat_title();
- echo '</h2>' . "\r\n" . ' </div>' . "\r\n" . '</div>' . "\r\n" . '<div class="sec-line m-h500">' . "\r\n" . ' <div class="containers container">' . "\r\n" . ' <div class="row">' . "\r\n" . ' ';
- if (have_posts()) {
- echo ' ';
- while (have_posts()) {
- the_post();
- echo ' ' . "\r\n" . ' <article class="post">' . "\r\n" . ' <div class="';
- echo getGrid();
- echo '">' . "\r\n" . ' ';
- if (get_post_type() == 'movies') {
- echo ' ';
- require get_template_directory() . '/temp/blocks/movies.php';
- echo ' ';
- }
- else if (get_post_type() == 'series') {
- echo ' ';
- require get_template_directory() . '/temp/blocks/series.php';
- echo ' ';
- }
- else {
- echo ' ';
- require get_template_directory() . '/temp/blocks/episode.php';
- echo ' ';
- }
- echo ' </div> ' . "\r\n" . ' </article> ' . "\r\n" . ' ';
- }
- echo ' ' . "\r\n" . ' <div class="col-md-12">' . "\r\n" . ' <div class="navigation mt20">';
- echo wpex_pagination();
- echo '</div>' . "\r\n" . ' </div>' . "\r\n" . ' ';
- }
- else {
- echo ' <div class="col-md-12">' . "\r\n" . ' <div class="noResult alert alert-danger alert-dismissable">' . "\r\n" . ' <h4>';
- _e('غير متوفر اى بيانات', '3arbserv.com');
- echo '</h4>' . "\r\n" . ' </div>' . "\r\n" . ' </div>' . "\r\n" . ' ';
- }
- echo ' ' . "\r\n" . ' ' . "\r\n" . ' ';
- ........................................................
- ................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement