Welcome to InterKerk Sites. This is your first post. Edit or delete it, then start blogging!
Hallo wereld.
/*
foreach (get_post_meta($the_ID, "side-info", false) as $item) {
?> Datum
}
*/
if ( $keys = get_post_custom_keys() ) {
echo "
- \n";
foreach ( (array) $keys as $key ) {
$keyt = trim( $key );
if ( is_protected_meta( $keyt, 'post' ) ) {
continue;
}
$values = array_map( 'trim', get_post_custom_values( $key ) );
$value = implode( $values, ', ' );
$html = sprintf( "
- %s %s \n", /* translators: %s: Post custom field name */ sprintf( _x( '%s', 'Post custom field name' ), $key ), $value ); $html = str_replace("\n", "
", $html); echo apply_filters( 'the_meta_key', $html, $key, $value ); } echo "
544 reacties: