• This is a simple, effective plugin for showing custom post types (of your choice) on the At a Glance part of your dashboard. You could write some code to do it, but why bother when this already exists?

    (I am having trouble dismissing that little review nag bar, though…)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author uamv

    (@uamv)

    Thanks for the kind review! I also still use this on most all of the sites I maintain and manage.

    I’m sorry to hear about your trouble dismissing the nag bar. Never my intent. I know how annoying those can be, but also realize their is some benefit in introducing them in a non-intrusive way. My apologies for intruding!

    If it continues to be un-dismissible and you have the ability to add a snippet to your functions.php file or via a code snippet plugin, you can add the following to override the display of any scheduled admin notices related to this plugin:

    add_filter( 'gt_show_notices', '__return_false' );

    Thread Starter Sallie Goetsch

    (@wpfangirl)

    Thanks so much for the filter. I have a lot of plugins on the sites where I use Glance That and no idea what might be causing an issue with dismissing the notice, so I’ll just stick that in my functions file and all will be well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great for sites with lots of CPTs’ is closed to new replies.