Dashboard Quick Access

Quickly find and open WordPress content from the dashboard.

Documentation for version 1.5.0 · Author: Daiki Miyamoto

1. Overview

Dashboard Quick Access adds configurable widgets to the WordPress dashboard for posts, pages, WooCommerce products, custom post types, and Contact Form 7 forms. It is designed to reduce repeated navigation through admin menus and long content lists.

Typical workflow:
Dashboard → Search → Edit

2. Requirements

3. Installation

  1. Log in to WordPress.
  2. Go to Plugins → Add New → Upload Plugin.
  3. Select the plugin ZIP file.
  4. Click Install Now, then Activate Plugin.
  5. Go to Settings → Dashboard Quick Access.

4. Initial settings

Choose Quick Access widgets

The settings screen lists supported content types. WordPress posts and pages are available by default. WooCommerce products appear when the product post type is registered. Compatible custom post types with an admin interface are detected automatically. Contact Form 7 appears when Contact Form 7 is active.

Enable only the content types you want to see on the dashboard.

Choose a taxonomy filter

OptionBehavior
AutoSelects a suitable available taxonomy automatically.
NoneDoes not show a taxonomy filter.
Specific taxonomyUses the selected category or custom taxonomy for filtering.

If a content type has no available taxonomy, the settings screen simply shows None.

Recently edited item count

Choose whether each widget shows 3, 5, or 10 recently edited items.

Plugin language

Choose Auto to follow the WordPress admin/user locale, or select one of the bundled languages: English, Japanese, Spanish, French, German, Simplified Chinese, or Korean.

5. Using a Quick Access widget

Search

Type part of a title or slug. Search is performed with AJAX after a short delay and displays up to 20 matching items. The plugin does not preload every post, page, or product into the dashboard.

Taxonomy filtering

When a taxonomy is configured, use the dropdown next to the search field to narrow results. To keep dashboard startup bounded on sites with very large taxonomies, the dropdown loads at most 100 terms per configured taxonomy.

Favorites

Click the star next to an item to pin or unpin it. Favorites are stored per WordPress user and per content type.

Recently edited

Each widget can show recently updated items. The section can be collapsed, and its collapsed state is remembered in the browser.

Edit and View

Edit opens the WordPress editor. View opens the front-end URL when the content type is publicly viewable. Non-viewable content types do not show a View action.

6. Contact Form 7

When Contact Form 7 is active, its forms can be enabled as a dedicated Quick Access widget.

Contact Form 7 forms do not have a front-end View action and do not use a taxonomy filter.

7. WooCommerce

When WooCommerce is active, products can be enabled as a Quick Access widget and filtered by an available product taxonomy such as product categories.

8. Custom post types

The plugin detects registered custom post types that expose an admin interface. You can enable them individually and select an available taxonomy filter when applicable.

9. Plugin screen shortcuts

On the WordPress Plugins screen, use the Settings link to open the plugin settings or the Usage link to jump directly to the built-in usage guide.

10. Data storage and privacy

The dashboard search and quick-access features do not require an external account or external service. Search is performed within the WordPress installation.

DataStorage location
Plugin settingsStored in the WordPress options table under ftb_dqa_settings.
FavoritesStored per WordPress user and per content type in user meta keys beginning with _ftb_dqa_favorites_.
Legacy migration markerStored as user meta _ftb_dqa_legacy_favorites_migrated.
Recently edited section collapsed stateStored only in the current browser's local storage under a key beginning with ftbDqaRecentCollapsed:.

The legacy-prefixed database keys are retained for data compatibility with earlier development versions; the plugin's public technical slug is dashboard-quick-access.

11. Capabilities and access control

12. Updating and uninstalling

Updating

When installing a newer ZIP manually, use WordPress's plugin upload flow and choose to replace the current version when prompted. Deactivation and normal updates do not delete plugin settings or favorites.

Uninstalling

Using WordPress's Delete action for the plugin runs uninstall.php. It removes:

Uninstall does not delete posts, pages, products, Contact Form 7 forms, custom post types, or taxonomy terms. Browser local-storage values cannot be removed by a server-side WordPress uninstall and may remain until the browser storage is cleared.

13. Troubleshooting

IssueWhat to check
A content type is not listedConfirm that the post type is registered with an admin interface and that the related plugin is active.
No taxonomy filter is shownThe content type may not have an available taxonomy, or the filter may be set to None.
Contact Form 7 is missingConfirm that Contact Form 7 is installed and active, then enable Contact Forms in the plugin settings.
Product Quick Access is missingConfirm that WooCommerce is active and that the product post type is available.
Search returns no resultTry a shorter title or slug fragment and confirm that the current WordPress user has permission to edit the content.

14. Support

If you purchased Dashboard Quick Access through WPBay, use the WPBay Support System associated with your purchase to request support. Include the plugin version, WordPress version, PHP version, the affected content type, and clear steps to reproduce the issue. This helps support requests be diagnosed efficiently.

15. License

Dashboard Quick Access is distributed under GPL-2.0-or-later. See LICENSE.txt.