cuny-academic-commons / cac-featured-content

WordPress plugin for featuring BuddyPress or WordPress content in a widget
6 stars 1 forks source link

Show user description in cac-featured-member.php view #3

Open boonebgorges opened 11 years ago

boonebgorges commented 11 years ago

Custom descriptions entered via the widget controls are not currently displayed when you're featuring a member. Perhaps add the following before the read_more link:

<p><?php echo $cfcw_view->description ?></p>
humanshell commented 11 years ago

Descriptions were never a part of the featured member output, so I didn't include it in the re-write. I'll add it for a 1.0.4 release.

boonebgorges commented 11 years ago

Ah, no problem. I think it would make a nice enhancement :)

On 11/28/12 16:34, Dominic Giglio wrote:

Descriptions were never a part of the featured member output, so I didn't include it in the re-write. I'll add it for a 1.0.4 release.

— Reply to this email directly or view it on GitHub https://github.com/cuny-academic-commons/cac-featured-content/issues/3#issuecomment-10822782.