I got that to work! Thanks! Unfortunately, I couldn’t get the ACF field to work.
I had to hard code the div like this: `<?php if( $loop->current_post == 2 ) {
echo ‘<div class=”project-item text-box”>Pitch Design Union makes websites, books, brands, & custom lettering, some of which are shown here.</div>’;
} ?>`
I was hoping to be able to plug in something like this:
<?php the_field('intro_text_2'); ?>
Is there a workaround for that? Or am I stuck hard coding the text in the ACF field?