How to display name post-meta, not ID ?
<ul class="post-meta" data-tmpl="customize-posts-meta-field">
<?php foreach ( $data['meta'] as $id => $meta ): ?>
<?php echo self::get_meta_fields( array_merge( $meta, compact( 'id' ) ) ); // xss ok ?>
<?php endforeach; ?>
</ul>
I try change from
<?php echo self::get_meta_fields( array_merge( $meta, compact( 'id' ) ) ); ?>
to
<?php echo self::get_meta_fields( array_merge( $meta, compact( 'name' ) ) ); ?>
but it doesn’t work
]]>Just a note to let you know this is not working for me. I hit Preview and it did a 404 instead of showing me the page I wanted to work on. Just trying out the plug in and letting you know!
Have a great day!
]]>The download link is not correct, and getting the plugin using a right-click on it results in a corrupt ZIP file.
]]>