वर्णन
The Meta Shortcode plugin allows you to easily insert meta values into your posts or pages without having to edit a theme file.
Rather than having to use get_post_meta inside of your theme files or another plugin, you can just use the shortcode [ metafield ].
For more info, you can visit my website.
स्थापना
Upload the folder inside the zip to your /wp-content/plugins/ folder or, better, use the plugin pages inside WordPress.
Usage
Insert the shortcode [ metafield ] where you want your info to show up.
You can use the following options.
field
The meta field to display. This is the only required attribute.sorted
If there are multiple values in the meta field, setting this to true will sort them alphabetically prior to output. If false, or left empty, then they will be output in the order entered in WordPress.before
Any text or HTML to display before the meta field information. Defaults to blank if there is only one record and <ul> if there are multiple meta records.after
Text or HTML to display after the meta field info. Same asbefore
for defaults.empty
Text or HTML to display if the meta field isn’t found. Defaults to empty which means that nothing is displayed if the meta isn’t available.
नेहमी विचारले जाणारे प्रश्न
New plugin, no FAQs yet.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Meta Shortcode” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Meta Shortcode” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
0.1
- Initial release