वर्णन
A WordPress plugin designed to mark posts by logged in users. Allows theme developers and administrators create and edit post flags, like favorites, seen, likes, etc, also provides an easy way to put this flags in your theme via shortcode.
Features:
- Administrators can create flags like ‘Favorites’, ‘Seen’ or ‘Bookmark’ for early use
- You can create as many flags as you want
- Allows customization of HTML code for each flag
- Insert in themes and post via
[shortcode]
- This plugin creates favorite flag and button by default
स्क्रीनशॉट
स्थापना
- Upload
post-flagger
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_shortcode( '[flag slug="flag-slug"]' ); ?>
in your templates - Manage flags in
Settings/Post Flags
नेहमी विचारले जाणारे प्रश्न
- Can i delete ‘Favorites’ flag?
-
Yes you can
- Why my html code for flagged and unflagged is not showing properly?
-
Try using your html code whitout any quotes. e.g.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Post Flagger” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Post Flagger” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.1
- Adds unflag posts feature
1.0.1
- Bug fixes
1.0
- Adds support to new language: Spanish
- Allows bulk actions with flags
0.9
- This is the first release of this plugin
- Add / Edit Post flags for themes
- Creates ‘Favorites’ flags automaticlly