hello
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/InstitutionalReviewboard / |
<?php get_header(); ?>
<div class="post-body"><p>Throughout the academic year, the News Bureau produces hundreds of news stories, press releases and feature articles that tell the story of Ouachita's many difference makers.</p>
<p>To request a story promoting your event or accomplishment, please fill out the<a href="http://home.obu.edu/comm/news/publicityrequest/"> publicity request form</a> linked above. Members of the media can find useful information in our media kit and are welcome to <a href="http://home.obu.edu/comm/about/staff/">contact a member of our staff</a>. For a full calendar of events, visit the official <a href="http://calendar.obu.edu/">university calendar</a>.</p></div>
<?php if (have_posts()) : ?>
<div class="section-title"><?php echo __('News'); ?></div>
<?php if ( is_paged() ) { sm_page_navigation('archive', 'top'); } ?>
<?php $count = count($posts); $i=0; while (have_posts()) : the_post(); $i++; ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-title"><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') ?> <!-- by <?php the_author(); ?> -->in <?php the_category(' / ') ?><?php edit_post_link('Edit', ' <span class="text-separator">|</span> ', ''); ?></div>
<div class="right"><?php comments_popup_link('No Comments →', '1 Comment »', '% Comments »', 'icon icon-comment'); ?></div>
<div class="clearer"> </div>
</div>
<div class="post-body">
<?php the_content('Read the rest of this entry »'); ?>
<div class="clearer"> </div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>')); ?>
</div>
</div>
<?php if ( $i != $count ) :?>
<div class="content-separator"></div>
<?php endif; ?>
<?php endwhile; ?>
<?php sm_page_navigation('archive', 'bottom'); ?>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>