Skip to content

innocuo/admin-starred-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Admin Starred Posts ===
Contributors: innocuo
Tags: bookmarks, admin, stars, organize, posts, gmail, productivity
Requires at least: 3.8
Tested up to: 5.1
Stable tag: 2.4.0
License: GPLv2

Mark posts, pages and custom posts in your Wordpress admin; pretty similar to the stars feature in Gmail.

== Description ==
Admin Starred Posts lets you mark posts, pages and custom posts within the Wordpress admin with stars.
This helps you highlight a post, or mark it so you remember is important.

For example, you might have tons of pages, but are always editing one or two. In that case, star those pages,
and they'll be easily recognizable in your list of posts.

If you've used Gmail before, you're very familiar with this feature. Similar to that email client, this plugin
let's you click on a star in your list of posts, pages and custom posts to 'star' it.

The plugin works out of the box, but you also get some configuration options to help you customize it to your workflow.

**Configuration Options**

* Rotate between 12 different "stars"
* Drag and set the orders of your stars
* Enable/disable this feature for any post type in your Wordpress install
* Decide whether you want stars to be visible to every one, or in a per user basis.

**Other Features**

* You can display only starred posts by using the "Stars" filter available at the top of the posts list.

**This plugin requires Wordpress 3.8 or higher**

== Installation ==
1. Upload the Starred Posts folder to the plugins directory in your Wordpress installation
2. Activate the plugin
3. Go to your posts or pages list in the Wordpress admin. You should see little stars to the left of each post title.
4. Customize the plugin by going to Settings>Starred Posts in your Wordpress admin

== Frequently Asked Questions ==

**Admin Starred Posts plugin is activated, but I don't see any stars in my posts list**

First make sure the feature is enabled for the post type you want to use. You can set this in Settings>Starred Posts.

You can also check if the Stars column is enabled in the post list. Go to "All Posts" in your admin, and click on "Screen Options" on
the top right corner. There you can choose what columns you want to display. Make sure "Stars" is checked. Click "Apply" after you make
any changes.

== Screenshots ==
1. Starred Posts in the "All Posts" screen
2. Filter activated to show only one type of starred posts
3. Settings page

== Changelog ==

= 2.4.0 =
* Star images slightly updated (saturation and sharpness)
* small fix in css position rule

= 2.3.0 =
* Cleanup version numbers
* Bug Fixes when looping through stars, specially on slow networks.
* Bug fix: don't display "yellow-star" label when star is unset

= 2.2.0 =
* Bug Fixes when looping through stars, specially on slow networks.
* Bug fix: don't display "yellow-star" label when star is unset

= 2.1.0 =
* Improved layout for mobile

= 2.0.0 =
* Improved code for faster switching between stars
* Using a sprite for stars instead of multiple images

= 1.1.0 =
* Fixed issue when using quick edit to edit posts
* Small updates to graphics
* Added Settings link in plugins page

= 1.0.1 =
* Uses array_column, if available, for searching in star array

= 1.0 =
* Added star names. It's more user friendly when filtering
* Added a class for star info. This will help to add more custom stars

= 0.9 =
* Initial release

== Upgrade Notice ==

= 2.3.0 =
Bugs Fixed! Fixes settings stars when clicking quickly on a slow network.

= 2.2.0 =
Bugs Fixed! Fixes settings stars when clicking quickly on a slow network.

= 2.0.0 =
switching between stars is way faster now!

= 1.1.0 =
fixed bug with quick edit and small updates to graphics

= 1.0.1 =
small fixes in star names

= 1.0 =
Added user friendly star names.