[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.222.182.226: ~ $
<?php
/**
 * The sidebar containing the main widget area
 * 
 * @subpackage Organic Farm
 * @since 1.0
 */
?>

<aside id="sidebar" class="widget-area" role="complementary">
    <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
        <div id="search" class="widget widget_search wow zoomIn">
            <h3 class="widget-title"><?php esc_html_e( 'Search', 'organic-farm' ); ?></h3>
            <?php get_search_form(); ?>
        </div>
        <div id="recent-posts" class="widget widget_recent_entries wow zoomIn">
            <h3 class="widget-title"><?php esc_html_e( 'Recent Posts', 'organic-farm' ); ?></h3>
            <ul>
                <?php
                    $recent_posts = wp_get_recent_posts(array('numberposts' => 5));
                    foreach( $recent_posts as $recent ){
                        echo '<li><a href="' . get_permalink($recent["ID"]) . '">' .   esc_html($recent["post_title"]) . '</a></li>';
                    }
                ?>
            </ul>
        </div>
    <?php endif; ?>
</aside>

Filemanager

Name Type Size Permission Actions
assets Folder 0755
inc Folder 0755
languages Folder 0755
page-template Folder 0755
template-parts Folder 0755
woocommerce Folder 0755
404.php File 2.5 KB 0644
archive.php File 1.94 KB 0644
comments.php File 1.62 KB 0644
footer.php File 934 B 0644
functions.php File 19.59 KB 0644
header.php File 8.38 KB 0644
index.php File 2.56 KB 0644
page.php File 2.93 KB 0644
readme.txt File 12.71 KB 0644
screenshot.png File 291.08 KB 0644
search.php File 2.82 KB 0644
searchform.php File 622 B 0644
sidebar.php File 1.04 KB 0644
single.php File 220 B 0644
style.css File 56.34 KB 0644