Resources

    'resources', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC', ); $resources_query = new \WP_Query( $resource_args ); if ( $resources_query->have_posts() ) { while ( $resources_query->have_posts() ) { $resources_query->the_post(); $resource_url = get_field( 'resource_url' ) ?: get_permalink(); echo '
  • '; echo '' . esc_html( get_the_title() ) . ''; echo '
  • '; } wp_reset_postdata(); } ?>

Get social with Go Ask Auntie