Description
Mark Posts plugin provides an easy way to mark and highlight posts, pages and posts of custom post types within the posts overview.
Features
- Set up marker categories and colors
- Assign marker categories to posts/pages/cpt
- View them within the posts/pages/cpt overview lists
- Quick edit, bulk edit and edit all markers
- Dashboard widget with marker overview
- Optional custom setup via filters (See FAQ)
Languages
- English
- German
- Hebrew
- Italian
Support
If you find an issue, please raise an issue on GitHub.
Screenshots
Installation
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘Mark posts’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
mark-posts.zip
from your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Unzip the download package
- Upload
mark-posts
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Can I set specific user roles for specific markers?
-
Check the Custom Marker Limits wiki page for further information.
- Can I set custom parameters for the posts displayed on the dashboard?
-
Check the Custom Dashboard Queries wiki page for further information.
- Can I export/import markers?
-
Check the Export & Import wiki page for further information.
- I’m having issues getting the plugin to work what should I do?
-
See Mark Posts on Github for detailed rundown of common issues.
- Where can I get more information and support for this plugin?
-
Visit Mark Posts on Github
Contributors & Developers
“Mark Posts” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mark Posts” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Add
mark_posts_dashboard_query
filter for custom dashboard stats - Dashboard Widget is activated per default
- Code refactoring and minor fixes
- Added italian localization
1.0.9
- Bugfix for Dashboard Widget
- Added hebrew localization
1.0.8
- Introducing the new Dashboard Widget
1.0.7
- Bugs fixed:
- Update marker count if posts get deleted
- Update dashboard count to only count published posts/markers
1.0.6
- Updates:
- Better cross browser CSS rendering
- Better script enqueue
- Change
load_textdomain
toload_plugin_textdomain
1.0.5
- Bugfix (Sync)
1.0.4
- Add
mark_posts_marker_limit
filter for custom marker user roles - Provide custom color palettes for markers
1.0.3
- Code refactoring
1.0.2
- Security fixes:
- Prevent direct access to files (thanks Sergej Müller for pointing it out and helping to fix)
1.0.1
- Bugs fixed:
- Update marker count if markers get deleted
- Remove duplicate quickedit dropdowns (in case of multiple custom admin columns)
- Assign default color to marker
1.0.0
- First release