Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
voblak2 committed Jul 26, 2020
1 parent 4a026e1 commit 3dcd509
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<?php
$theParent = wp_get_post_parent_id(get_the_ID());

if ($theParent) { ?>

<div class="metabox metabox--position-up metabox--with-home-link">
Expand All @@ -31,13 +31,14 @@
<?php }
?>

<!-- <div class="page-links">
<div class="page-links">
<h2 class="page-links__title"><a href="#">About Us</a></h2>
<ul class="min-list">
<li class="current_page_item"><a href="#">Our History</a></li>
<li><a href="#">Our Goals</a></li>
<?php
wp_list_pages();
?>
</ul>
</div> -->
</div>

<div class="generic-content">
<?php the_content(); ?>
Expand Down

0 comments on commit 3dcd509

Please sign in to comment.