Tokenize Title / description #1730
Unanswered
Tychodewaard
asked this question in
Q&A
Replies: 1 comment
-
It's super easy to change the title/description of detail pages within an application from server side code. App developer should be able to accomplish this easily. There are built in properties that can be overwritten such as: (DotNetNuke.Framework.CDefault)this.Page.Title = "Your custom page title here"; Or you can always find the the Meta and Title tags in Page object and manipulate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to have all detail pages within an application to have a different title/description, DNN has a problem. MyTokens solves this as on https://docs.dnnsharp.com/my-tokens/how-to/tokenize-title-meta.html
But how to handle this in Vanjaro?
Because I don't think Vanjaro is built to register extra stuff :-)
Beta Was this translation helpful? Give feedback.
All reactions