Dragon Ball Z: Light of Hope Crowd Funding
The creators of Dragon Ball Z: Light of Hope need your help. They just launched their crowd funding campaign on IndieGogo to create Episodes 2 and 3, so please donate.
As the writer and co-creator, I’d love to see the rest of these episodes be made.
All of us work for free because we love DBZ and respect Akira Toriyama’s source material. So 100% of your donations will go toward the project.
Please raise your arms and send us your genki (money)!
With enough support from fans across the world, we’ll be able to make a giant genki dama and obliterate Dragon Ball Evolution… er, I mean, Majin Buu!
Thank you for your donations.
//Get only the approved comments
$args = array(
'status' => 'approve'
);
// The comment Query
$comments_query = new WP_Comment_Query;
$comments = $comments_query->query( $args );
// Comment Loop
if ( $comments ) {
foreach ( $comments as $comment ) {
echo '
' . $comment->comment_content . '
'; } } else { echo 'No comments found.'; }