HEX
HEX
Server: Apache/2
System: Linux server.lbnode.com 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
User: famous (1004)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/famous/domains/famousphysicists.org/public_html/wp-content/themes/famous2/search.php
<?php get_header(); ?>

<div id="inner">
	<div id="content-sidebar-wrap">

		<div id="content" class="hfeed">
        
        <h3>Search Results for "<?php the_search_query(); ?>"</h3>
        
     		<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

            <div class="catbox">
           		<?php echo get_the_image_link(array('Thumbnail'), 'thumbnail'); ?>
    			<h3 class="cat-title"> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_title(); ?></a></h3>
            </div>
            
            <?php endwhile; else: ?>
            
            <h2>Woops...</h2>
            
            <p>Sorry, no posts we're found.</p>
			
            <?php endif; ?> 
            <br/>  
            <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>  
            
        </div>
        <?php get_sidebar(); ?> 
            
    </div>  
	
</div>

<?php get_footer(); ?>