> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/sdk/business-solutions/blog/extensions/dashboard-plugins/posts-page/introduction.md ## Article Content: # Posts Page The Blog Posts page has 7 dashboard plugin slots: 1 dashboard, and 6 dashboard menu. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/introduction.md). ## Page location in dashboard Blog \> Posts ### Slot 1: Posts banner This dashboard plugin slot is positioned at the top of the page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-main-plugin1.png) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom of the slot. ### Slot 2: Published post item more actions menu This dashboard menu plugin slot is located in the more actions menu for published posts in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-published-more-actions1.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 3: Published post items bulk more actions menu This dashboard menu plugin slot is located in the published posts bulk actions more actions menu in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-published-bulk-actions1.png) > **Note:** The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot. #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 4: Draft post item more actions menu This dashboard menu plugin slot is located in the more actions menu for draft posts in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-drafts-more-actions1.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 5: Draft post items bulk more actions menu This dashboard menu plugin slot is located in the draft posts bulk actions more actions menu in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-drafts-bulk-actions1.png) > **Note:** The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot. #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 6: Scheduled post item more actions menu This dashboard menu plugin slot is located in the more actions menu for scheduled posts in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-scheduled-more-actions1.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 7: Scheduled post items bulk more actions menu This dashboard menu plugin slot is located in the scheduled posts bulk actions more actions menu in the Posts page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_blog_extensions_dashboardplugins_blogposts_assets_blog-posts-scheduled-bulk-actions1.png) > **Note:** The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot. #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slots list | Slot name | Slot type | ID | Interface | | :---- | :---- | :---- | :---- | | Posts banner | Dashboard plugin slot|`46035d51-2ea9-4128-a216-1dba68664ffe` | [PostsBannerParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/posts-banner-params.md) | | Published post item more actions menu | Dashboard menu plugin slot | `62eee170-31e0-4e71-b3ac-e357a9326a8c` | [PublishedPostItemMoreActionsMenuParams](http://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/published-post-item-more-actions-menu-params) | | Published post items bulk more actions menu | Dashboard menu plugin slot |`8111d033-915a-48c5-89b3-1a55a8a35d01` | [PublishedPostItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/published-post-items-bulk-more-actions-menu-params.md) | | Draft post item more actions menu | Dashboard menu plugin slot | `a1f0f711-0e09-42e3-977a-ad7270c56344` |[DraftPostItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/draft-post-item-more-actions-menu-params.md) | | Draft post items bulk more actions menu | Dashboard menu plugin slot | `cd44424e-ad9e-4b66-965c-7e2e29ef8352` | [DraftPostItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/draft-post-items-bulk-more-actions-menu-params.md) | | Scheduled post item more actions menu | Dashboard menu plugin slot | `1cefe952-7874-46ff-97ec-ebafef92ec38` | [ScheduledPostItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/scheduled-post-item-more-actions-menu-params.md) | | Scheduled post items bulk more actions menu | Dashboard menu plugin slot | `83edea8a-a945-429d-b24b-3f109ae2b3e3` | [ScheduledItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/blog/extensions/dashboard-plugins/posts-page/scheduled-items-bulk-more-actions-menu-params.md) | ## Related APIs You can implement logic in your plugin using the Wix Blog APIs: * [SDK](https://dev.wix.com/docs/sdk/backend-modules/blog/introduction.md) * [REST](https://dev.wix.com/docs/rest/business-solutions/blog/introduction.md)