-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Lines 42 to 72 in 45146c3
| function inn_get_testimonial() { | |
| $img_path = get_stylesheet_directory_uri() . '/homepages/assets/img/testimonials/'; | |
| $data = array ( | |
| array( | |
| 'photo_url' => $img_path . 'lahood.jpg', | |
| '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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels