Site News Archive: 05.13.09 (code)
Posted on Wednesday, 05.13.09 at 22:02 in
Site News
- Upgraded to Atahualpa theme 3.3.3.
- Uploaded summer images to header folder
- Altered color scheme to reflect summer theme
- added images and descriptions to the content slider
- added login widget to the right sidebar
- removed the “meta” widget from the right sidebar
- updated favicon to custom icon
- added code to index.php to incorporate the content slider starting on line 4
<div align=”center”>
<?php if ( is_front_page() ) { ?>
<?php include (ABSPATH . ‘/wp-content/plugins/dynamic-content-gallery-plugin/dynamic-gallery.php’); ?>
<?php } ?>
</div>
removed titles on the pages by adding a conditional to index.php
<?php if ( !is_page() ) { ?>
<?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?>
<?php } ?>