Title: [Plugin: More Fields] Why doesn&#039;t this plugin have documentation?
Last modified: August 20, 2016

---

# [Plugin: More Fields] Why doesn't this plugin have documentation?

 *  [ankurt](https://wordpress.org/support/users/ankurt/)
 * (@ankurt)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/)
 * I have search high and low for some basic documentation. I’m not talking in-depth,
   just something simple to show you how to get off the ground displaying your plugins.
 * Do the authors of the plugin think we’re supposed to figure out the template 
   tags ourselves? How…?
 * [http://wordpress.org/extend/plugins/more-fields/](http://wordpress.org/extend/plugins/more-fields/)

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

 *  [Danno040](https://wordpress.org/support/users/danno040/)
 * (@danno040)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034024)
 * Not a bad question.
 * I think they just expected you to notice that it puts all of its data as post
   meta info, and you would just use the normal get_post_meta functions to retrive
   them.
 * If you want to throw a quick example together, I’d be happy to add it to [the fork on GitHub](https://github.com/rssready/WP-More-Fields).
 *  Thread Starter [ankurt](https://wordpress.org/support/users/ankurt/)
 * (@ankurt)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034027)
 * Yes– I eventually figured it out. I can throw up a quick Gist in a sec…
 *  Thread Starter [ankurt](https://wordpress.org/support/users/ankurt/)
 * (@ankurt)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034028)
 * [https://gist.github.com/3717128](https://gist.github.com/3717128)
 *  [Danno040](https://wordpress.org/support/users/danno040/)
 * (@danno040)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034029)
 * Great. I’m in the middle of something, but I will work it into the Read Me very
   soon.
 *  [alexandruv](https://wordpress.org/support/users/alexandruv/)
 * (@alexandruv)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034031)
 * Hello everyone,
    I also could use some help using this plugin as I am not a very
   good php programmer.
 * Following the link posted by [@ankurt](https://wordpress.org/support/users/ankurt/)
   I assume that if I create a Field called say “Technical specs” I can then add
   this to my code:
 * echo get_post_meta(get_the_ID(), ‘technical_specs’, 1 ); – and it will work?
 * Any help appreciated,
    Alex
 *  [Danno040](https://wordpress.org/support/users/danno040/)
 * (@danno040)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034032)
 * One thing to remember: you have to make sure the “Custom Field Key” is technical_specs.
   Otherwise, it won’t work.
 * Also, ankurts snippet works only if you are inside “The Loop”.
 *  Thread Starter [ankurt](https://wordpress.org/support/users/ankurt/)
 * (@ankurt)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034033)
 * [@alexandruv](https://wordpress.org/support/users/alexandruv/)
 * Yes.
 * The “1” means return a string as opposed to an array.
 * [http://codex.wordpress.org/Function_Reference/get_post_meta](http://codex.wordpress.org/Function_Reference/get_post_meta)
 * EDIT: yes, only works inside loop because of get_the_ID(), but you can swap this
   with $post->ID or use any ID you want.
 *  [alexandruv](https://wordpress.org/support/users/alexandruv/)
 * (@alexandruv)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034034)
 * Awesome!
    Thanks guys!
 *  [Danno040](https://wordpress.org/support/users/danno040/)
 * (@danno040)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034048)
 * I have added a “Working with More Fields in templates” to the readme.
 * As always, any additions you’d like to make would be welcome.

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

The topic ‘[Plugin: More Fields] Why doesn't this plugin have documentation?’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/more-fields.svg)
 * [More Fields](https://wordpress.org/plugins/more-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/more-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/more-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/more-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/more-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/more-fields/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Danno040](https://wordpress.org/support/users/danno040/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-why-doesnt-this-plugin-have-documentation/#post-3034048)
 * Status: not resolved