Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Demetrius Lamb 1 post 71 karma points
    Feb 21, 2018 @ 19:49
    Demetrius Lamb
    0

    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.Name
    @if (!Model.Author.Url.IsNullOrWhiteSpace()) { @Model.Author.Name
    @Model.Author.Url } else { @Model.Author.Name }

    @authorUrl
    @Model.Author.Bio

  • Elliott Brown 41 posts 211 karma points
    Mar 26, 2018 @ 12:23
    Elliott Brown
    0

    Hi, did you solve this? I'm trying to do the same! :) thanks.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies