Share links show up in backend
-
Hi,
The share links show up on the Posts page in the backend. Maybe there could be an option check-box to exclude that.
I made a temporary fix by adding ‘is_admin()’ to the tests in the ‘cxnh_quickshare_show_output()’ function.
... if ( is_feed() ) $output = false; elseif ( is_admin() ) $output = false; elseif ( $quickshare_in_excerpt ) $output = false; ...
But it might be better to have it as an option.
Thanks for a very good plugin.
- The topic ‘Share links show up in backend’ is closed to new replies.