Title: zyend's Replies | WordPress.org

---

# zyend

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AMP for WP - Accelerated Mobile Pages] If It doesn’t work nobody will help you](https://wordpress.org/support/topic/if-it-doesnt-work-nobody-will-help-you/)
 *  [zyend](https://wordpress.org/support/users/zyend/)
 * (@zyend)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/if-it-doesnt-work-nobody-will-help-you/#post-11779331)
 * and yet you give it a 5 star?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Customizing Guest Author Meta](https://wordpress.org/support/topic/customizing-guest-author-meta/)
 *  [zyend](https://wordpress.org/support/users/zyend/)
 * (@zyend)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/customizing-guest-author-meta/#post-10545831)
 * The way I did it with is ACF and then hide the old stuff we don’t use, without
   touching the plugins.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Guest Author Descriptions](https://wordpress.org/support/topic/guest-author-descriptions/)
 *  [zyend](https://wordpress.org/support/users/zyend/)
 * (@zyend)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/guest-author-descriptions/#post-10499534)
 * It should be fine, however, Recommend you move that function to theme > functions.
   php, so future plugin patch won’t erase it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to detect subcategory then post a few more with the same subcategory](https://wordpress.org/support/topic/how-to-detect-subcategory-then-post-a-few-more-with-the-same-subcategory/)
 *  Thread Starter [zyend](https://wordpress.org/support/users/zyend/)
 * (@zyend)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/how-to-detect-subcategory-then-post-a-few-more-with-the-same-subcategory/#post-1336403)
 * Thanks after final changes, the code to grab subcategory of a post as follows:
 *     ```
       foreach((get_the_category($post->ID)) as $category) {
       	if ($category->category_parent == 4 ) {
       		$subcat=$category->cat_ID;
       	}
       };
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to detect subcategory then post a few more with the same subcategory](https://wordpress.org/support/topic/how-to-detect-subcategory-then-post-a-few-more-with-the-same-subcategory/)
 *  Thread Starter [zyend](https://wordpress.org/support/users/zyend/)
 * (@zyend)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/how-to-detect-subcategory-then-post-a-few-more-with-the-same-subcategory/#post-1336382)
 * Thank you!

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