Title: Custom Fields
Last modified: January 9, 2019

---

# Custom Fields

 *  Resolved [yuuik](https://wordpress.org/support/users/yuuik/)
 * (@yuuik)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-fields-301/)
 * Hi, I got a problem with custom fields. I followed instruction in documentation
   [https://getawesomesupport.com/documentation/awesome-support/custom-fields/](https://getawesomesupport.com/documentation/awesome-support/custom-fields/).
   The code ends
    add_action( ‘plugins_loaded’, ‘wpas_user_custom_fields’ ); /***
   Register all custom fields after the plugin is safely loaded. */ function wpas_user_custom_fields(){/*
   You can start adding your custom fields safely after this line */
 *  if ( function_exists( ‘wpas_add_custom_field’ ) ) {
    wpas_add_custom_taxonomy(‘
   my_custom_services’, array( ‘title’ => ‘My Custom Services’, ‘label’ => ‘Service’,‘
   label_plural’ => ‘Services’, ‘order’ => 1 ) ); }
 * /* Do NOT write anything after this line */
    }
 * But, it doesn’t work.
    Thank you, Mark
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-fields-301%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-fields-301/#post-11068768)
 * Hi [@yuuik](https://wordpress.org/support/users/yuuik/),
 * Can you tell me what error you are getting or what the result of that is if there
   is no error? If there is no error, could you enable debug mode to see?
    [https://codex.wordpress.org/Debugging_in_WordPress](https://codex.wordpress.org/Debugging_in_WordPress)
 *  Plugin Author [melliesou](https://wordpress.org/support/users/melliesou/)
 * (@melliesou)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-fields-301/#post-11075923)
 * Hi [@yuuik](https://wordpress.org/support/users/yuuik/),
 * Please let us know if that didn’t help with the issue. I’ll mark this ticket 
   as resolved for now, please post again if new information comes up.

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

The topic ‘Custom Fields’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [melliesou](https://wordpress.org/support/users/melliesou/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/custom-fields-301/#post-11075923)
 * Status: resolved