Writers Resource Center
Whether you’re a beginning writer or experienced wordsmith, you’ll find a wealth of knowledge you can unlock in Authors A.I.’s Writers Resource Center. Scroll down to see sections on writing tips, an events calendar, handouts for writers and more.
>Writing tips
Tip sheets (free handouts)
if( have_rows('downloadable') ):
echo '
‘;
echo ‘
‘;
else :
// no rows found
endif;
?>
‘;
while ( have_rows(‘downloadable’) ) : the_row();
$title = get_sub_field(‘title’);
$link = get_sub_field(‘link’);
$image = get_sub_field(‘featured_image’);
echo ‘‘;
endwhile;
echo ‘