Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
/*
Template Name: Article Feed 6
*/
?>
<?php get_header(); ?>
<div id="home">
<div class="row">
<div class="span12" id="home-main">
<div class="row-fluid">
<div id="widget-feature" class="span12 articlefeed1">
<?php if ( is_active_sidebar( 'articlefeed6' ) ) { ?>
<?php dynamic_sidebar( 'articlefeed6' ); ?>
<?php } else { ?>
<h1>Article Feed 1</h1>
<p>Go to Appearance > Widgets, and drag items into Article Feed 6 to edit this area.</p>
<?php }; ?>
</div>
</div>
</div>
<!-- /span8 big left col -->
</div>
</div>
<?php get_footer(); ?>