REMINDER
Showing single blog-post on a page without using backend?
-
Is it possible to show a single blog-post on a page without using the back-end feature?
I know we can list and show specific categories, but what about specific posts?
EDIT: I'll just use Ajax for now, but would be nice to know if it's possible.
If not, I'd like to request it as an element. -
Hey Thomas,
You can indeed create a category containing a single post and then add a blog listing showing only that category (so a single post)
But yes AJAX is a great way to do it too.Question, why would you avoid backend features provided in cloud backend?
-
@Joseph-Benguira said in Showing single blog-post on a page without using backend?:
Question, why would you avoid backend features provided in cloud backend?
To avoid hitting the requests per minute limit, due to crawlers triggering it.