Reviews

rdw_reviews_shortcode

// RDW Reviews Shortcode
function rdw_reviews_shortcode() {
$reviews = array(
array(‘name’=>’Aisha R.’,’rating’=>’★★★★★’,’text’=>’These two ebooks are a perfect pair. The travel ebook fixed my niche and content style, and Kickstart taught me how to pitch brands. Within 3 weeks I signed two paid collaborations — life changing.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Daniel K.’,’rating’=>’★★★★★’,’text’=>’I followed the combined system exactly and finally started getting DM offers from brands. Made my first $400 on an Instagram post — the step-by-step pitch templates were gold.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Sana M.’,’rating’=>’★★★★★’,’text’=>’Before these ebooks I had good content but no deals. The travel guide improved my portfolio and Kickstart taught negotiation. Brands now approach me — not the other way around.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Omar L.’,’rating’=>’★★★★★’,’text’=>’Short, actionable, and realistic strategies. Combining both ebooks gave me a repeatable outreach process. Result: three brand replies in two weeks and my first paid trip.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Priya S.’,’rating’=>’★★★★★’,’text’=>’I doubled my sponsored posts in one month after applying both ebooks. The media kit templates and DM scripts from Kickstart worked perfectly with the content changes from the travel guide.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Marcus J.’,’rating’=>’★★★★★’,’text’=>’Both ebooks felt like mentorship condensed into readable guides. The travel ebook cleaned up my feed; Kickstart showed how to monetize. My engagement went up and brands are contacting me first.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Layla Z.’,’rating’=>’★★★★★’,’text’=>’I made $1,200 in month one after combining advice from both books. The strategies are practical and easy to follow — especially the negotiation section in Kickstart.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Ethan P.’,’rating’=>’★★★★★’,’text’=>’Simple tweaks from the travel ebook improved my content quality. Then Kickstart taught me to price myself. I landed a hotel partnership within weeks — I highly recommend both.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Maya N.’,’rating’=>’★★★★★’,’text’=>’These books are complementary. One builds your online presence; the other turns that presence into paying deals. My inbox is full of brand offers now.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Alex G.’,’rating’=>’★★★★★’,’text’=>’Worth every penny. The travel ebook helped me stand out and the influencer marketing guide taught outreach tactics I actually used. Results came fast.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Farah T.’,’rating’=>’★★★★★’,’text’=>’Combined action steps are brilliant — content + pitch = deals. After following both books I secured a recurring collaboration with a travel brand.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Noah W.’,’rating’=>’★★★★★’,’text’=>’Clear, practical, and focused on real results. I used the email templates from Kickstart and the improved portfolio from the travel ebook — won a pitch within 10 days.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Sara H.’,’rating’=>’★★★★★’,’text’=>’I had tried other guides before with no luck. These two actually made sense together. Now I’m signing paid collaborations monthly — I recommend buying the bundle.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Ibrahim K.’,’rating’=>’★★★★★’,’text’=>’One book fixed my content, the other fixed my approach to brands. My reach improved and brands started offering paid trips — couldn’t ask for more.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Nina V.’,’rating’=>’★★★★★’,’text’=>’Practical, no-fluff advice. The step-by-step checklists are my favorite. Using both books together made my growth strategy coherent and profitable.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Owen R.’,’rating’=>’★★★★★’,’text’=>’These guides are actionable and friendly. After applying both I got faster responses from brands and finally landed my first long-term partnership.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Hina Q.’,’rating’=>’★★★★★’,’text’=>’Best combo out there for beginner travel creators. I followed the content plan and outreach templates — booked two collaborations in one month.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Leo S.’,’rating’=>’★★★★★’,’text’=>’I got practical ideas and real templates. The influencer marketing ebook amplified everything taught in the travel guide — a must-read stack.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Zara P.’,’rating’=>’★★★★★’,’text’=>’These books helped me turn a hobby into income. The combined tactics improved reach and conversions — brand offers started pouring in.’,’img’=>’https://via.placeholder.com/80′),
array(‘name’=>’Rashid M.’,’rating’=>’★★★★★’,’text’=>’A very practical pair of guides. The templates, pitch scripts, and content calendar made everything actionable. I now get consistent offers.’,’img’=>’https://via.placeholder.com/80′),
);

$html = ‘

‘;
foreach($reviews as $r) {
$html .= ‘

‘;
$html .= ‘'.esc_attr($r['name']).'‘;
$html .= ‘

‘.esc_html($r[‘rating’]).’ — ‘.esc_html($r[‘name’]).’

‘;
$html .= ‘

‘.esc_html($r[‘text’]).’

‘;
}
$html .= ‘

‘;
return $html;
}
add_shortcode(‘rdw_reviews’,’rdw_reviews_shortcode’);

Scroll to Top