https://github.com/chuckreynolds/wp-filter-admin-published-default
WordPress Plugin that enables the Pages and Posts links in admin to show the Published filter by default
https://github.com/chuckreynolds/wp-filter-admin-published-default
php wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
WordPress Plugin that enables the Pages and Posts links in admin to show the Published filter by default
- Host: GitHub
- URL: https://github.com/chuckreynolds/wp-filter-admin-published-default
- Owner: chuckreynolds
- Created: 2014-07-29T02:37:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T18:43:56.000Z (over 8 years ago)
- Last Synced: 2025-08-17T21:27:52.459Z (10 months ago)
- Topics: php, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/filter-admin-published-default/
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Filter Admin Published Default ===
Contributors: ryno267, norcross
Donate link:
Tags: admin, published, edit link, posts edit, pages edit
Requires at least: 5.2
Tested up to: 6.9.1
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enables all public post types (posts, pages, etc) in wp-admin to show the Published filter by default.
== Description ==
Enables all public post types (posts, pages, etc) in wp-admin to show the Published filter by default. This came out of a need as some clients of mine had a lot of pre-scheduled posts so a LOT of drafts are up top and I got tired of the extra click to filter by published. I tweeted out for ideas and @Norcross answered and quickly whipped up this; which we turned into a plugin for public release and here you go!
== Usage ==
Once activated you don't need to do anything.
== Installation ==
Installing "Filter Admin Published Default" can be done either by searching for "Filter Admin Published Default" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via https://wordpress.org/plugins/filter-admin-published-default/
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
1. How does it work? Just install, activate, and you're good!
== Changelog ==
= 2.0.0 =
* 2026-03-09
* Tested and compatible with WordPress 6.9.1
* Requires WordPress 5.2+
* Fixed: `chuck_admin_publish_link_types` filter now applies even when no custom post types are registered
* Removed redundant type-casting code
* Code cleanup and modernization
= 1.3 =
* 2017-11-14
* tested to wp 4.9
= 1.2 =
* 2017-09-02
* tested to wp 4.8.1
* clarify plugin descriptions
* secured against any direct plugin file access
= 1.1 =
* 2015-04-25
* tested to wp 4.2
= 1.0.1 =
* 2014-09-25
* Expanded to include all public post types excluding attachments (media)
* Adds `chuck_admin_publish_link_types` filter to add / remove types
= 1.0 =
* 2014-07-28
* Initial release after twitter conversation: https://twitter.com/ChuckReynolds/status/493933761851965443
== Upgrade Notice ==
= 2.0.0 =
* 2026-03-09
* Compatibility update for modern WordPress (5.0+). Filter fix for default post types.