That doesn't seem to work...the value is appended to /archive/ rather than replacing it... so /archive/post/ becomes the Link To Document field. Umbraco 7.4
Would definitely like to avoid a workaround like Tim's solution if the functionality is already built into the Articulate core.
Very vanilla 7.4 build with a few common packages that shouldn't get in the way of Articulate.
The only uniqueness on our end is cloning a theme (Mini) and then altering the List and Post views to inherit from our own Master template because we use the blog engine as a section within the parent site rather than as a stand-alone website.
Do the Themes have any logic that might affect the functionality? I assume that logic would be tucked away in the DLLs which we aren't smart enough to touch =)!
And I should clarify we're trying to do what Paul originally mentioned...completely remove the /archive segment from all article urls, not simply rename it.
abc.com/articles/article-one-title
rather than
abc.com/articles/archive/article-one-title
Maybe Tim's solution is the most straightforward workaround?
Has anyone figured this out? I want to remove one directory title from the url when articulate is integrated into an existing website (i.e. with a homepage):
sitename.com/articulate/archive/"article-name"
I want to remove the "archive" portion, or if that's not possible, and renaming is the only way to solve this, then I would like to remove the "articulate" portion.
I can't seem to find a way to do this based on the way the articulate doc type is set up and file structure is. From what I understand, it must be as so:
Remove "/archive" from post URLs...
Hi All
Our client would like to remove "/archive" from blog post URLs...how is this best achieved and why is it like this out of the box?
Cheers Paul
You can change the name of the umbracoUrlName field, see image
Ah thanks @ShannonDeminick :)
HI both, this has been bugging us for a while but we've found a way around it.
We wanted to add it to an existing site and have the posts sit under the same url structure that they are at the moment i.e. /blog/post-name.
To do this we have:
This way Umbraco will show the content from "Blog" on what was the "Archive" page (so you have your posts listed.
Due to the way that Umbraco works out it's urls, this will work as long as none of the other nodes at level 1 have a "blog" node...
@ShannonDeminick
That doesn't seem to work...the value is appended to /archive/ rather than replacing it... so /archive/post/ becomes the Link To Document field. Umbraco 7.4
Would definitely like to avoid a workaround like Tim's solution if the functionality is already built into the Articulate core.
Thoughts?
Hi CB, I can assure you that changing the
umbracoUrlName
i mentioned above works, just have a look at my blog: http://shazwazza.com/post/custom-assembly-loading-with-aspnet-core/I don't know what you specific setup is and what your exact issue is, can you please explain.
Hi @ShannonDeminick,
Very vanilla 7.4 build with a few common packages that shouldn't get in the way of Articulate.
The only uniqueness on our end is cloning a theme (Mini) and then altering the List and Post views to inherit from our own Master template because we use the blog engine as a section within the parent site rather than as a stand-alone website.
Do the Themes have any logic that might affect the functionality? I assume that logic would be tucked away in the DLLs which we aren't smart enough to touch =)!
Screenshot
And I should clarify we're trying to do what Paul originally mentioned...completely remove the /archive segment from all article urls, not simply rename it.
abc.com/articles/article-one-title
rather than
abc.com/articles/archive/article-one-title
Maybe Tim's solution is the most straightforward workaround?
I think that abc.com/articles/article-one-title is better than abc.com/articles/archive/article-one-title for SEO and archive segment is not util.
Has anyone figured this out? I want to remove one directory title from the url when articulate is integrated into an existing website (i.e. with a homepage):
sitename.com/articulate/archive/"article-name"
I want to remove the "archive" portion, or if that's not possible, and renaming is the only way to solve this, then I would like to remove the "articulate" portion.
I can't seem to find a way to do this based on the way the articulate doc type is set up and file structure is. From what I understand, it must be as so:
-Homepage - Articulate -->Archive -->Authors
To those who still needs solution to this, you can simply download Virtual Nodes and set the Archive node to be invisible in your web config's app settings. Download it here: https://our.umbraco.org/projects/website-utilities/virtualnodes/
is working on a reply...