Описание
Mark Posts plugin provides an easy way to mark and highlight posts, pages and posts of custom post types within the WordPress admin posts overview.
Features
- Set custom marker categories and colors
- Assign marker categories to posts/pages or any other post type
- View the highlighted posts within the posts overview
- Quick edit, bulk edit and/or edit all markers at once
- Dashboard widget with marker status count
- Optional custom setup via filters (check our wiki for instructions)
Support
Always feel free to raise an issue on GitHub.
Скриншоты
Установка
Requirements
Using the latest version of WordPress and PHP is highly recommended.
- WordPress 3.7 or newer
- PHP 7.0 or newer (also tested with PHP 7.4)
Using WP-CLI
- Install and activate:
wp plugin install mark-posts --activate
Using Composer
- Install:
composer require hofmannsven/mark-posts
- Activate the plugin on the plugin dashboard
Using WordPress
- Navigate to the plugins dashboard and select Add New
- Search for Mark Posts
- Click Install Now
- Activate the plugin on the plugin dashboard
Using SFTP
- Unzip the download package
- Upload the
mark-posts
folder to your plugins directory - Activate the plugin on the plugin dashboard
Часто задаваемые вопросы
-
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.
-
Can I remove my custom post type from the plugin options?
-
Check the Reset Custom Post Types wiki page for further information.
-
I’m having issues getting the plugin to work what should I do?
-
Always feel free to raise an issue on GitHub.
-
Where can I get more information and support for this plugin?
-
Visit Mark Posts on Github.
Отзывы
Участники и разработчики
«Mark Posts» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Mark Posts» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Mark Posts» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.2.0
- Migrates GitHub repository to hofmannsven/mark-posts
- Adds Composer support
1.2.1
- Excludes internal post types per default
- Adds
mark_posts_excluded_post_types
filter
1.2.2
- Sets the minimum required PHP version to PHP 7.0
1.2.3
- Excludes specific internal plugin post types per default
1.2.4
- Fixes a bug with WordPress 5.5.1
Check our changelog for previous releases.