Title: Nimsrules's Replies | WordPress.org

---

# Nimsrules

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

 *   [Profile](https://wordpress.org/support/users/nimsrules/)
 *   [Topics Started](https://wordpress.org/support/users/nimsrules/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nimsrules/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nimsrules/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nimsrules/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nimsrules/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nimsrules/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: [[Custom Post Type UI] Taxonomy categories missing in post type Json rest API](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/)
 *  [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/#post-11902844)
 * Got it! I think I’ll end up using [Gatsby’s custom normalizer](https://www.gatsbyjs.org/packages/gatsby-source-wordpress/#using-a-custom-normalizer).
   Thank you for the quick revert, Michael.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Taxonomy categories missing in post type Json rest API](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/)
 *  [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/#post-11902646)
 * [@tw2113](https://wordpress.org/support/users/tw2113/) Do you mind extending 
   a helping hand here? [This is the format](https://i.imgur.com/W4Ur0rQ.png) what
   I get as my data and the below is the Graphql query I’m using to fetch the data,
   if it helps.
 *     ```
       {
         allWordpressWpJobs{
           edges{
             node {
               id
               title
               job_category
             }
           }
         }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Taxonomy categories missing in post type Json rest API](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/)
 *  [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/taxonomy-categories-missing-in-post-type-json-rest-api/#post-11901197)
 * [@jerome281](https://wordpress.org/support/users/jerome281/) how did you manage
   to resolve this? I’m facing the exact problem while trying to query my CPT with
   its own tax using Graphql in Gatsby.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AfterShip Tracking - All-In-One WooCommerce Order Tracking (Free plan available)] Alter the HTML](https://wordpress.org/support/topic/alter-the-html/)
 *  Thread Starter [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/alter-the-html/#post-7692307)
 * Hello, I got what I wanted after giving a fleeting look in aftership.php
    For
   anyone else who wants the above information in isolation, you can achieve so 
   like below:
 *     ```
       1. Tracking Number: get_post_meta($order_id, '_aftership_tracking_number', true);
   
       2. Tracking Service Name: get_post_meta($order_id, '_aftership_tracking_provider_name', true);
   
       3. Tracking Service Slug:  get_post_meta($order_id, '_aftership_tracking_provider', true);
       ```
   
 * Just echo all the three and voilla!
 * P.S. – One can also follow [http://support.aftership.com/article/52-how-to-use-aftership-tracking-link](http://support.aftership.com/article/52-how-to-use-aftership-tracking-link)
   to generate a tracking link and easily style it using CSS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Appointments] User group for service providers](https://wordpress.org/support/topic/user-group-for-service-providers/)
 *  Thread Starter [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/user-group-for-service-providers/#post-5621556)
 * Thank you for the response. Would you kindly suggest me a workaround for the 
   ability to schedule an appointment with a group of users which doesn’t involve
   MarketPress? I don’t want to make the system too complex.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Load directly into the carousel](https://wordpress.org/support/topic/load-directly-into-the-carousel/)
 *  Thread Starter [Nimsrules](https://wordpress.org/support/users/nimsrules/)
 * (@nimsrules)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/load-directly-into-the-carousel/#post-4957546)
 * Can someone kindly help me on this? I need an urgent solution.

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