Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1094 from akvo/feature/1011_flow_page
Browse files Browse the repository at this point in the history
[#1010] - new shortcode for latest 3 RSR project updates pushed again
  • Loading branch information
samvthom16 authored Dec 7, 2016
2 parents 3016405 + a39fbf8 commit ce3c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/wp-content/themes/Akvo-responsive/networkPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</ul>
</nav>
<ul id="updatesWrapperJS" class="floats-in wrapper">
<?php do_shortcode('[jsondata_feed slug="rsr-updates" limit="3" photo__gte="a"]'); ?>
<?php do_shortcode('[jsondata_feed slug="rsr-updates-new" limit="3" photo__gte="a" format="json"]'); ?>
</ul>
</section>
</div>
Expand Down

0 comments on commit ce3c1ea

Please sign in to comment.