kc-settings icon indicating copy to clipboard operation
kc-settings copied to clipboard

Incorrect documentation

Open Grawl opened this issue 12 years ago • 0 comments

  • There is no Theme customizer, Nav menu item metadata and Nav menu metadata in KC Settings Builder. 2013-11-29 15 47 01
  • There is no Media field type in Documentation. I suggest to add some info about extracting array. Something like this:
$gallery=get_post_meta($post->ID, "_gallery");
foreach($gallery[0] as $photo){
    wp_get_attachment_image($photo);
    }

About other mistakes I will write here. I love KC Settings and wish to make it better, but I don't know PHP and WP so good as you.

Grawl avatar Dec 01 '13 10:12 Grawl