403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/raga-wp/wp-content/themes/raga/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/raga-wp/wp-content/themes/raga/archive.php
<?php get_header(); ?>
<?php $get_page_ID = get_the_ID();
$getClass = get_body_class(); 
?>
<section class="section-banner">
    <div class="row">
        <div class="col-md-12">
            <?php $banner_image = get_field('banner_default_image','option');
			if( !empty( $banner_image ) ): ?>
            <div class="page-banner">
                <img src="<?php echo esc_url($banner_image['url']); ?>"
                    alt="<?php echo esc_attr($banner_image['alt']); ?>" />
                <div class="container">
                    <div class="page-title">
                        <div class="page-title-heading">
                            <h1><?php $current_category = single_cat_title("", false); echo $current_category;?>

                        </h1>
                                
                        </div>
                        <div class="rotate-icon">
                            <a class="qodef-shortcode qodef-m  qodef-button qodef-layout--minimal  qodef-html--link"
                                href="#experience" target="_self">
                                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                                    version="1.1" x="0px" y="0px" width="74px" height="40px" viewBox="0 0 74 40"
                                    enable-background="new 0 0 74 40" xml:space="preserve">
                                    <g>
                                        <circle opacity="0.5" fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%"
                                            style> </circle>
                                        <circle fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%"> </circle>
                                    </g>
                                    <polygon fill="#A37D2D"
                                        points="49.525,14.265 48.898,15.044 54.481,19.541 6.444,19.541 6.444,20.541 54.464,20.541 48.901,24.954 49.522,25.737 56.7,20.044 ">
                                    </polygon>
                                </svg>
                            </a>
                        </div>

                    </div>
                </div>
            </div>
            <?php endif; ?>
        </div>
    </div>
</section>

<section class="archive-page space-tb">
    <div class="container">
        <div class="row">
        <div class="col-md-4">
                <div class="sidebar">
                    <div class="search-form mbtm-6">
                        <?php get_search_form(); ?>
                    </div>
                    <div class="category-list mbtm-6">
                        <h4>CATEGORIES</h4>
                        <?php
                        $categories = get_categories();
                        if ($categories) {
                            echo '<ul>';
                            foreach ($categories as $category) {
                                echo '<li><a href="' . get_category_link($category->term_id) . '">' . $category->name . '</a></li>';
                            }
                            echo '</ul>';
                        } else {
                            echo 'No categories found.';
                        }
                        ?>
                    </div>

                    <div class="tag-list mbtm-6">
                        <h4>TAGS</h4>
                            <?php
                            $tags = get_tags();

                            if ($tags) {
                                echo '<ul>';
                                foreach ($tags as $tag) {
                                    echo '<li><a href="' . get_tag_link($tag->term_id) . '">' . $tag->name . '</a></li>';
                                }
                                echo '</ul>';
                            } else {
                                echo 'No tags found.';
                            }
                            ?>
                    </div>
                    <div class="insta-feeds">
                    <h4>INSTAGRAM</h4>
                    <?php echo do_shortcode('[feed_them_social cpt_id=1050]'); ?>
                    </div>
                </div>
            </div>
            <div class="col-md-8 single-blog">
                <?php
					while (have_posts()) :
						the_post();
						?>

                <div class="blog-post-info list-items">
                    <label><?php echo get_the_date('j M Y', get_the_ID())  ?></label>
                    <h2><?php the_title(); ?></h2>
                    <span><?php the_excerpt(); ?></span>
                    <p><?php echo wp_trim_words( get_the_content($post->ID),100, '...' ); ?></p>

                    <?php if (has_post_thumbnail( $post->ID ) ){ ?>
                    <?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
                    <div class="img-blk"><img src='<?php echo $image_url[0]; ?>' /></div>
                    <?php }  ?>
                    <a class="qodef-shortcode qodef-m  qodef-button qodef-layout--minimal  qodef-html--apartment_plan_link"
                        href="<?php the_permalink() ?>" target="_self"><svg xmlns="http://www.w3.org/2000/svg"
                            xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="74px"
                            height="40px" viewBox="0 0 74 40" enable-background="new 0 0 74 40" xml:space="preserve">
                            <g>
                                <circle opacity="0.5" fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%" style="">
                                </circle>
                                <circle fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%"></circle>
                            </g>
                            <polygon fill="#A37D2D"
                                points="49.525,14.265 48.898,15.044 54.481,19.541 6.444,19.541 6.444,20.541 54.464,20.541 48.901,24.954 49.522,25.737 56.7,20.044 ">
                            </polygon>
                        </svg></a>
                </div>

                <?php endwhile; ?>
                <div class="row">
                    <div class="col-sm-12">

                        <nav class="pg-nav" aria-label="Page navigation">
                            <span class="page-item">
                                <a class="pre page-link qodef-shortcode qodef-m  qodef-button qodef-layout--minimal  qodef-html--link"
                                    href="javascript:void(0)" aria-label="Previous" disabled>
                                    <span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg"
                                            xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px"
                                            width="74px" height="40px" viewBox="0 0 74 40"
                                            enable-background="new 0 0 74 40" xml:space="preserve">
                                            <g>
                                                <circle opacity="0.5" fill="none" stroke="#A37D2D" cx="71%" cy="50%"
                                                    r="24%" style=""></circle>
                                                <circle fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%"></circle>
                                            </g>
                                            <polygon fill="#A37D2D"
                                                points="49.525,14.265 48.898,15.044 54.481,19.541 6.444,19.541 6.444,20.541 54.464,20.541 48.901,24.954 49.522,25.737 56.7,20.044 ">
                                            </polygon>
                                        </svg></span>
                                    <span class="sr-only">Previous</span>
                                </a>
                            </span>
                            <ul class="pagination">

                            </ul>
                            <span class="page-item">
                                <a class="nex page-link qodef-shortcode qodef-m  qodef-button qodef-layout--minimal  qodef-html--link"
                                    href="javascript:void(0)" aria-label="Next">
                                    <span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg"
                                            xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px"
                                            width="74px" height="40px" viewBox="0 0 74 40"
                                            enable-background="new 0 0 74 40" xml:space="preserve">
                                            <g>
                                                <circle opacity="0.5" fill="none" stroke="#A37D2D" cx="71%" cy="50%"
                                                    r="24%" style=""></circle>
                                                <circle fill="none" stroke="#A37D2D" cx="71%" cy="50%" r="24%"></circle>
                                            </g>
                                            <polygon fill="#A37D2D"
                                                points="49.525,14.265 48.898,15.044 54.481,19.541 6.444,19.541 6.444,20.541 54.464,20.541 48.901,24.954 49.522,25.737 56.7,20.044 ">
                                            </polygon>
                                        </svg></span>
                                    <span class="sr-only">Next</span>
                                </a>
                            </span>
                        </nav>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<?php 
get_footer();
?>

Youez - 2016 - github.com/yon3zu
LinuXploit