Title: hellsdells's Replies | WordPress.org

---

# hellsdells

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Eventbrite API] Display Ticket price](https://wordpress.org/support/topic/display-ticket-price/)
 *  Thread Starter [hellsdells](https://wordpress.org/support/users/hellsdells/)
 * (@hellsdells)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/display-ticket-price/#post-7594595)
 * Thanks for the replay on this so what hook would I use to pull in the array? `
   <?php echo $post->tickets; ?>`?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content by Country (by Shield Security)] Adding php between the opening and closing tags](https://wordpress.org/support/topic/adding-php-between-the-opening-and-closing-tags/)
 *  [hellsdells](https://wordpress.org/support/users/hellsdells/)
 * (@hellsdells)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-php-between-the-opening-and-closing-tags/#post-4321290)
 * Hi David
    A few months late but I thought I’d past this up here in case anyone
   was trying to do similar. I got the guts of the code from here
 * [http://stackoverflow.com/questions/11397441/how-to-insert-php-between-shortcodes-for-tabs-tab](http://stackoverflow.com/questions/11397441/how-to-insert-php-between-shortcodes-for-tabs-tab)
 * Basically what you want to do is
 *     ```
       ob_start();
       get_template_part('template-parts/grid-listing-container');
       $gridlist = ob_get_clean();
   
       echo do_shortcode('[CBC show="y" country="ie"]'.$gridlist.'[/CBC]');
       ```
   
 * Where “grid-listing-container” is my template part and “$gridlist” is its ID 
   I’m calling in.

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