Skip to content

Commit

Permalink
Merge pull request #43 from ddzieduch/v2
Browse files Browse the repository at this point in the history
disable filtering on home, author, city page
  • Loading branch information
ddzieduch committed Sep 11, 2018
2 parents e88bebb + 2f73d33 commit f2f6866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion author.php
Expand Up @@ -79,7 +79,7 @@
<h3 class="section-title"><?php _e('Takes part in projects'); ?></h3>
</div>
</div>
<div class="row project-list pr-list">
<div class="row project-list">

<?php while ($query->have_posts()): $query->the_post(); ?>
<?php get_template_part('project-on-list'); ?>
Expand Down
2 changes: 1 addition & 1 deletion page-main.php
Expand Up @@ -119,7 +119,7 @@
</div>
</div>

<div class="row small-up-2 large-up-6 pr-list project-list mt40">
<div class="row small-up-2 large-up-6 project-list mt40">
<?php
$projects = get_field('projects');
$i = 0;
Expand Down
2 changes: 1 addition & 1 deletion single-cities.php
Expand Up @@ -131,7 +131,7 @@

<?php if ($query->have_posts()): ?>
<h3 class="section-title mt30"><?php _e('Projects'); ?></h3>
<div class="row project-list pr-list">
<div class="row project-list">

<?php while ($query->have_posts()): $query->the_post(); ?>
<?php get_template_part('project-on-list'); ?>
Expand Down

0 comments on commit f2f6866

Please sign in to comment.