Merge pull request #1 from ians88/master

Cleanup
This commit is contained in:
Robbert de Kuiper 2017-04-03 09:57:47 +02:00 committed by GitHub
commit 9f9604510a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ A WordPress plugin to filter posts with taxonomies terms and load more posts via
You can add posts and filters via a **shortcode** on any page.
```
[ajax_filter_posts post_type='recipe' tax="meal_type, food_type, diet_type" posts_per_page="12"]
[ajax_filter_posts post_type="recipe" tax="meal_type, food_type, diet_type" posts_per_page="12"]
```
This plugins uses no dependencies, is translatable and WPML ready.