/ Published in: PHP
it's important for cyrilic (key name must not contain non-english symbols) or for show key names with spaces. and this code not show empty fields or fields with "name". this is not my code, i only add getlabel here.
Expand |
Embed | Plain Text
<?php $all_meta = get_post_custom($ID); if ( $all_meta ) foreach ( $all_meta as $key => $val ) { echo '</span></div>'; } ?>
You need to login to post a comment.
