403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/governmentgrants.us/wp-content/themes/governmentgrantsus/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/governmentgrants.us/wp-content/themes/governmentgrantsus/search.php
<?php
/**
 * The template for displaying search results pages
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
 *
 * @package WordPress
 * @since 1.0
 * @version 1.0
 */

get_header(); 
?>
<!-- Search results page code start here -->
        <section class="blogBgOuter" style="background:url(<?php echo get_template_directory_uri();?>/images/blogBg.png) left top no-repeat;">
            <div class="container">
                <div class="blogHd">
                    <h1><?php printf( __( '<b>Search Results for:</b> %s', 'governmentgrantsus' ), get_search_query() ); ?></h1>
                </div>
            </div>
        </section>            
        <section class="blogBgOuterblog">
            <div class="container">                
                    <div class="postUL">
                        <?php 
                            if ( have_posts() ) { 
                                while ( have_posts() ) : the_post();
                                ?> 
                                <div class="blogpost">
                                    <strong><a href="<?php the_permalink();?>"><?php the_title(); ?></a></strong>            
                                    <p><?php                        
                                    echo wp_trim_words(get_the_content(), 40);
                                    ?></p>
                                    <a href="<?php the_permalink();?>">Read More >></a>
                                </div>
                                <?php 
                                wp_link_pages();                    
                                endwhile;
                                ?>
                                <div class="post-navigation">
                                    <?php
                                    if ( get_next_posts_link() ) {
                                    ?>
                                    <div class="alignleft prev"><?php next_posts_link();?></div>
                                    <?php
                                    }
                                    if ( get_previous_posts_link() ) {
                                    ?>
                                    <div class="alignright next"><?php previous_posts_link(); ?></div>
                                    <?php
                                    }
                                    ?>          
                                </div>
                        <?php
                        }else{             
                            echo '<p>Nothing has found.</p>';            
                        }
                        ?>  
                    </div> 
            </div>           
        </section>
<!-- Search results page code end here -->

<style type="text/css">
    .blogpost{margin-bottom: 20px;}
    .blogBgOuterblog{padding-top: 50px;padding-bottom:50px;}
</style>

<?php 
get_footer(); 
?>



Youez - 2016 - github.com/yon3zu
LinuXploit