README.md in edge_framework-1.2.4 vs README.md in edge_framework-1.2.5
- old
+ new
@@ -353,9 +353,11 @@
Now, you can use the custom WP Query:
$products = Product::find_by("brand", "Microsoft")
$events = Event::find()
+**Alert**: If you want pagination to work, the Name cannot be the same as any page's slug.
+
Template File
---------------
The template file for custom post is `single-{slug}.php` while custom taxonomy is `taxonomy-{slug}.php`.
\ No newline at end of file