• Hi,

    How we can display ‘wordpress dashboard’on page without left sidebar (left options/menu). Just want to display admin panel content on a page.

    Any help?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The first thing to try would be to create a custom page template that calls wp_dashboard_setup() and wp_dashboard(). The template probably needs to require_once certain admin resources like /wp-admin/includes/dashboard.php

    Refer to /wp-admin/index.php to see what other elements go into making the dashboard screen, such as enqueuing certain scripts. There will likely be many issues to resolve along the way, but this would be a good starting point.

    Thread Starter PCWP

    (@toprasobh)

    No luck.

    Any proven idea/code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display WordPress dashboard on a page/post’ is closed to new replies.