Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6 from jem08002/master
Issue Fixes
  • Loading branch information
amb00010 committed Nov 17, 2014
2 parents 73f3d4a + 2ef8d0a commit 9ff0662
Show file tree
Hide file tree
Showing 14 changed files with 175 additions and 320 deletions.
52 changes: 0 additions & 52 deletions articlefeed1.php

This file was deleted.

52 changes: 0 additions & 52 deletions articlefeed2.php

This file was deleted.

52 changes: 0 additions & 52 deletions articlefeed3.php

This file was deleted.

52 changes: 0 additions & 52 deletions articlefeed4.php

This file was deleted.

52 changes: 0 additions & 52 deletions articlefeed5.php

This file was deleted.

52 changes: 0 additions & 52 deletions articlefeed6.php

This file was deleted.

5 changes: 0 additions & 5 deletions functions.php
Expand Up @@ -5,11 +5,6 @@ function ovpr_enqueue_scripts() {
}
add_action('wp_enqueue_scripts', 'ovpr_enqueue_scripts', 900);


function register_my_menus() {
register_nav_menu( 'primary', __( 'Primary Menu', 'hale' ) );
}

add_action( 'init', 'register_my_menus' );

// Register Sidebar
Expand Down
25 changes: 25 additions & 0 deletions page-articlefeed1.php
@@ -0,0 +1,25 @@
oh<?php
/*
Template Name: Article Feed 1
*/
?>
<?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( 'articlefeed1' ) ) { ?>
<?php dynamic_sidebar( 'articlefeed1' ); ?>
<?php } else { ?>
<h1>Article Feed 1</h1>
<p>Go to Appearance > Widgets, and drag items into Article Feed 2 to edit this area.</p>
<?php }; ?>
</div>
</div>
</div>
<!-- /span8 big left col -->
</div>
</div>
<?php get_footer(); ?>
24 changes: 24 additions & 0 deletions page-articlefeed2.php
@@ -0,0 +1,24 @@
<?php
/*
Template Name: Article Feed 2
*/
?>
<?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( 'articlefeed2' ) ) { ?>
<?php dynamic_sidebar( 'articlefeed2' ); ?>
<?php } else { ?>
<h1>Article Feed 1</h1>
<p>Go to Appearance > Widgets, and drag items into Article Feed 2 to edit this area.</p>
<?php }; ?>
</div>
</div>
</div>
<!-- /span8 big left col -->
</div>
</div>
<?php get_footer(); ?>

0 comments on commit 9ff0662

Please sign in to comment.