sobrenome Posted May 10, 2015 Share Posted May 10, 2015 I am doing a template for Pages and I saw that the author data is generated by {lang="content_record_started_by" htmlsprintf="$record->author()->link()"} I want to add microdata to my template, and want to identify the author, so I need to retrieve the name only to add as metadata (without URL and without started_by).How should be $record->author()->... Link to comment Share on other sites More sharing options...
Sammy Nicole Posted May 10, 2015 Share Posted May 10, 2015 Yeah interesting...someone? Link to comment Share on other sites More sharing options...
Kevin Carwile Posted May 10, 2015 Share Posted May 10, 2015 {$record->author()->name} Link to comment Share on other sites More sharing options...
sobrenome Posted May 10, 2015 Author Share Posted May 10, 2015 Perfect!Is there any documentation about the variable options that we can retrieve? Link to comment Share on other sites More sharing options...
Sammy Nicole Posted May 19, 2015 Share Posted May 19, 2015 Perfect!Is there any documentation about the variable options that we can retrieve?Their current documentation they have on their plugins are far behind and I don't expect it to be completed until 2016 unfortunately. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.