Is it possible to change URL for blog post?
I see I can create an alias, but I better change original URL.
I found than if I create property with the name umbracoUrlName I can do it, and it actually works for my own pages, but when trying to create this property on Aticulate Post I got the following
Validation: Duplicate property aliases not allowed: umbracoUrlName
Thanks,
Alex.
PS I found it can be done by editing database (table cmsPropertyType), but that probably bad solution
On every blog post there is a 'slug' property - this is how you change the URL of a blog post, that is it's whole purpose. The slug property is actually umbracoUrlName you can see this by looking at the ArticulatePost document type
Thanks, Shannon,
when I installed it directly from Umbraco that property was not available, but today I no longer able to find articulate in Umbraco (developer->packages), so downloaded it directly, and Slug works for me.
Thanks for your advice, Shanon. I have the same problem.
Is there an extension or addon that do the umbracoUrlName to every document type automaticly? It is not easy to create that property every time even with composition.
Is it possible to change URL name in Articulate?
Hello,
Is it possible to change URL for blog post? I see I can create an alias, but I better change original URL.
I found than if I create property with the name umbracoUrlName I can do it, and it actually works for my own pages, but when trying to create this property on Aticulate Post I got the following
Validation: Duplicate property aliases not allowed: umbracoUrlName
Thanks, Alex.
PS I found it can be done by editing database (table cmsPropertyType), but that probably bad solution
On every blog post there is a 'slug' property - this is how you change the URL of a blog post, that is it's whole purpose. The slug property is actually
umbracoUrlName
you can see this by looking at the ArticulatePost document typeThanks, Shannon, when I installed it directly from Umbraco that property was not available, but today I no longer able to find articulate in Umbraco (developer->packages), so downloaded it directly, and Slug works for me.
Thanks for your advice, Shanon. I have the same problem.
Is there an extension or addon that do the umbracoUrlName to every document type automaticly? It is not easy to create that property every time even with composition.
is working on a reply...