CIT 205 Files

Login



Contact Shannon

  1. Captcha
 

cforms contact form by delicious:days

Print This Post Print This Post | Email This Post Email This Post

Site News: 01.14.09 (code)

  • We added three new widgets to the side bars: a poll, a count of current visitors, and site statistics.
  • The site map was updated to include the new plugins.
  • We modified the theme’s core code to remove titles in the page headings.

From INDEX.PHP:

<!– Post Headline –>

<?php if(!is_page()) { ?> <!———-Added this line——->

<div class=”post-headline”>
<h2><?php
if( !is_single() AND !is_page() ) { ?>
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php
if (function_exists(‘the_title_attribute’)) {
the_title_attribute();
}
elseif (function_exists(‘the_title’)) {
the_title();
} ?>”><?php
} the_title();
if( !is_single() AND !is_page() ) { ?>
</a><?php
} ?>
</h2>
</div>
<?php } ?> <!———-Added this line——->

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>