Skip to content

Commit

Permalink
remove the sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rnagle committed Dec 9, 2015
1 parent 901c26b commit 2dd17e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 91 deletions.
2 changes: 0 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
*/
do_action( 'largo_after_footer' );

get_template_part( 'partials/footer', 'sticky' );

wp_footer();
?>

Expand Down
86 changes: 0 additions & 86 deletions partials/footer-sticky.php

This file was deleted.

6 changes: 3 additions & 3 deletions single-one-column.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<div id="content" role="main">
<?php
while ( have_posts() ) : the_post();

$shown_ids[] = get_the_ID();

$partial = ( is_page() ) ? 'page' : 'single';

get_template_part( 'partials/content', $partial );

if ( $partial === 'single' ) {
Expand Down

0 comments on commit 2dd17e4

Please sign in to comment.