Title: WebDevB's Replies | WordPress.org

---

# WebDevB

  [  ](https://wordpress.org/support/users/webdevb/)

 *   [Profile](https://wordpress.org/support/users/webdevb/)
 *   [Topics Started](https://wordpress.org/support/users/webdevb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webdevb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webdevb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webdevb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webdevb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webdevb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Canto] ACF image compatibility issue](https://wordpress.org/support/topic/acf-image-compatibility-issue/)
 *  [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/acf-image-compatibility-issue/#post-18882283)
 * Hey [@skinymike](https://wordpress.org/support/users/skinymike/), we’ve built
   a plugin to handle this, it basically swaps the media library for the canto library
   instead.
   Let me know if you’re interested.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] OrderBy=TitleO&Order=ASC Isn't Working](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/)
 *  Thread Starter [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/#post-3108252)
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] OrderBy=TitleO&Order=ASC Isn't Working](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/)
 *  Thread Starter [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/#post-3108235)
 * Fantastic Jonah!!!
 * Thanks alot for your help mate.
 * Thanks,
 * Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] OrderBy=TitleO&Order=ASC Isn't Working](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/)
 *  Thread Starter [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/#post-3108226)
 * Hi Jonah,
 * That works but it list all the posts not just the ones within that category…
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] OrderBy=TitleO&Order=ASC Isn't Working](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/)
 *  Thread Starter [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-orderbytitleoorderasc-isnt-working/#post-3108206)
 * Hi Jonah,
 * I’ve tried that but it doesn’t seem to work very well.
 * Here is the code:
 *     ```
       <ul class="generic">
       			<?php
   
       			$args = array(
       			    'post_status'=>'publish',
       			    'post_type'=>'tribe_events',
       			    'posts_per_page'=>100,
       			    'tax_query', array(
       				array(
       					'taxonomy' => TribeEvents::TAXONOMY,
       					'field' => 'slug',
       					'terms' => array('site-specific-groups'),
       					'operator' => 'IN'
       				)
       			    ),
       			    'orderby'=>'title',
       			    'order'=>'ASC'
       			);
       			$get_posts = null;
       			$get_posts = new WP_Query();
   
       			$get_posts->query($args);
       			if($get_posts->have_posts()) : while($get_posts->have_posts()) : $get_posts->the_post(); ?>
   
       			  <li>
       			    <?php the_title(); ?>
       			  </li>
   
       			<?php
       			  endwhile;
       			  endif;
       			  wp_reset_query();
       			?>
       		</ul>
       ```
   
 * It show more than the groups that are assigned to that category and it doesn’t
   sort it in alphabetical order…
 * Any other ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] ACF & The Events Calender](https://wordpress.org/support/topic/plugin-the-events-calendar-acf-the-events-calender/)
 *  Thread Starter [WebDevB](https://wordpress.org/support/users/webdevb/)
 * (@webdevb)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-acf-the-events-calender/#post-3038744)
 * Hello, Thanks for the reply.
 * Let me explain what I need to-do a little better:
 *  – I’ve created custom field and then assigned them to a group.
 *  – Within the groups I have different locations that have there own events on
   different days.
 *  – What I would like is when someone adds a date to the group it automatically
   adds an event into the calendar…
 * Is this possible?
 * I quick reply would be great.
 * Thanks,
 * WebDevB

Viewing 6 replies - 1 through 6 (of 6 total)