This commit is contained in:
Ian scheele 2017-04-03 09:56:12 +02:00
parent 3e408dfad9
commit 3d35ed5543

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.