Changeset 1732673
- Timestamp:
- 09/20/2017 06:19:32 AM (9 years ago)
- File:
-
- 1 edited
-
wp-meta-repeater/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-meta-repeater/trunk/readme.txt
r1732669 r1732673 31 31 = Display Functions = 32 32 33 <pre> 34 1. Get meta <?php the_wpmr_field( 'key_name' ); ?> 35 2. Get individual meta <?php echo get_wpmr_field( 'post_id', 'key_name' ); ?> 36 3. Get meta repeater <?php the_wpmr_repeater(); ?> 37 4. Get individual meta <?php echo get_wpmr_repeater( 'post_id' ); ?> 38 </pre> 33 1. Get meta <code><?php the_wpmr_field( 'key_name' ); ?></code> 34 2. Get individual meta <code><?php echo get_wpmr_field( 'post_id', 'key_name' ); ?></code> 35 3. Get meta repeater <code><?php the_wpmr_repeater(); ?></code> 36 4. Get individual meta <code><?php echo get_wpmr_repeater( 'post_id' ); ?></code> 39 37 40 38 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.