I am trying to make a site that allows you to make a blog page, and I am wondering if it is possible so that when a person Creates a Blog it will make them a separate page?
If this is not possible is there something I can do similar to this?
Thanks
I am trying to make a site that allows you to make a blog page, and I am wondering if it is possible so that when a person Creates a Blog it will make them a separate page?
If this is not possible is there something I can do similar to this?
Thanks
I’d look into the new Slug feature and sending data to a different page.
Check out the slug documentation below: https://manual.bubble.io/structuring-an-application/page-slugs
Okay, thanks!
Personally I’ve not got my head around slugs.
I suspect you don’t actually need a new page for each blog (as it is called in the Bubble editor).
First set up new data type of ‘Blog’ or similar. You can then have one page with a content type of ‘Blog’. Create a button that
Hope that helps.
I have made it similar so that you select a blog you want to view and it sets it to the currents users Blog Viewing. How can I make a feature where people can send a link to their blog and it sends them directly to there?
I think that’s where the slug comes in.
When you initially create the blog item, you can also set the slug (it’s a different action to the create thing action). You can then create an action to create a link to the blog page using the page URL plus the slug.