// this will probably change at some point... function the_meta() { if ( $keys = get_post_custom_keys() ) { foreach ( $keys as $key ) { $keyt = trim($key); if ( '_' == $keyt{0} ) continue; echo "
\n"; } } } //SAMPLE //"$link_text"; //THIS IS IT! // echo "$key";