How to loop max 5 post custom values?
-
Hi, im using code, which loops me all post custom values:
<?php $mykey_values = get_post_custom_values('wpcf-in-recipe'); foreach ( $mykey_values as $key => $value ) { echo "<li><span>$value</span></li>"; } ?>
I need that code to loop max 5 custom values items
Maybe anybody know the solution?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to loop max 5 post custom values?’ is closed to new replies.