You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'text' => '“More than anything, INN has given us a sense that we are not toiling in isolation, that we are part of a larger community of nonprofit news organizations that are thriving through collaboration, pursuit of common goals and expression of mutual support.”',
'name' => 'Lila Lahood',
'org' => 'San Francisco Public Press',
'org_link' => 'http://sfpublicpress.org'
),
array(
'photo_url' => $img_path . 'horvit.jpg',
'text' => '“INN provides support and business-model training for nonprofit news organizations, helping to create a solid foundation upon which they can build.”',
'name' => 'Mark Horvit',
'org' => 'National Institute for Computer Assisted Reporting',
'org_link' => 'http://nicar.org'
),
array(
'photo_url' => $img_path . 'brown.jpg',
'text' => '“INN is the glue that connects the nonprofit news industry and pushes it to move forward, smarter and stronger.”',
'name' => 'Mary Brown',
'org' => 'Voice of San Diego',
'org_link' => 'http://voiceofsandiego.org'
)
);
$num = mt_rand(0, count( $data ) - 1 );
return$testimonial = $data[$num];
Converting to a custom post type would take a few hours.
In the meantime, we have to add testimonials to this list by hand.
The text was updated successfully, but these errors were encountered:
inn/homepages/homepage.php
Lines 42 to 72 in 45146c3
Converting to a custom post type would take a few hours.
In the meantime, we have to add testimonials to this list by hand.
The text was updated successfully, but these errors were encountered: