I've added a few custom properties to the Articulate Author Info in back office just to store each author's website and social media url's. Now I am having trouble getting them to show with the code. I've been reading and have tried several approaches including @Model.GetPropertyValue("authorurl"), and I'm still failing. Below is the actual code in my partial view.
Extending Articulate Author Properties
I've added a few custom properties to the Articulate Author Info in back office just to store each author's website and social media url's. Now I am having trouble getting them to show with the code. I've been reading and have tried several approaches including @Model.GetPropertyValue("authorurl"), and I'm still failing. Below is the actual code in my partial view.
@using Articulate @using Articulate.Models @using Umbraco.Core @Model Articulate.Models.PostMode @inherits Umbraco.Web.Mvc.UmbracoViewPage
}
@Model.Author.Url } else { @Model.Author.Name }
@authorUrl
@Model.Author.Bio
Hi, did you solve this? I'm trying to do the same! :) thanks.
is working on a reply...