Plugin Directory

Changeset 1732673


Ignore:
Timestamp:
09/20/2017 06:19:32 AM (9 years ago)
Author:
anand000
Message:

Read Read me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-meta-repeater/trunk/readme.txt

    r1732669 r1732673  
    3131= Display Functions =
    3232
    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>
    3937
    4038== Installation ==
Note: See TracChangeset for help on using the changeset viewer.