內容簡介
這是Meta Repeater外掛程式。它可用於為文章和自訂文章類型創建動態元字段。
自訂選項
1. 安裝外掛
2. 選擇文章類型
3. 它有三種輸入類型
包括:
1. 文字
2. 網址和
3. 文字區域
顯示功能
1. 顯示元字段:`<?php the_wpmr_field( 'key_name' ); ?>`
2. 獲取單個元字段:`<?php echo get_wpmr_field( 'post_id', 'key_name' ); ?>`
3. 顯示元字段重複:`<?php the_wpmr_repeater(); ?>`
4. 獲取單個元字段重複:`<?php echo get_wpmr_repeater( 'post_id' ); ?>`
外掛標籤
開發者團隊
原文外掛簡介
This is Meta Repeater plugin. Its used to create dynamic meta fields for post and custom post types.
Custom Options
1. Install Plugin
2. Select post types
3. It has three types of inputs types
There are:
1. Text
2. URL and
3. Text area
Display Functions
1. Display meta ``
2. Get individual meta ``
3. Display meta repeater ``
4. Get individual meta ``
