the problem is you never call the content!!!
change your dashboard.php to something like this
<?php
/*
Template Name: User Dashboard
*/
?>
<?php get_header(); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div id="content" role="main">
<?php the_content(); ?>
</div><!-- #content -->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<?php get_sidebar( 'dashboard' );?>
<?php get_footer(); ?>
Related Posts:
- Get list of all registered sidebars
- dynamic_sidebar not rendering sidebar
- Get custom side bar on custom post archive page
- Custom sidebar not showing in the dashboard
- Sidebar Generator? :)
- How can you add a link to a sidebar description?
- unregister_sidebar() in stand-alone theme not working
- Custom page sidebar using Template dropdown box
- Register/Get sidebar?
- Creating a different side bar for single posts than for main page.
- Adding Multiple Sidebars
- How to increase maximum number of sidebars support?
- How to enable the default sidebar area?
- Add #sidebar-2 to a custom page template
- Sidebar widget not displaying after simple code update.
- Dynamic sidebar rendered in another place than i would like
- Dynamic Sidebar Conditional [duplicate]
- finding sidebar content in wordpress
- Sidebar only shows up on blog page
- How to troubleshoot Sidebar not being generated
- Why is my custom sidebar always open on the widgets screen in Admin?
- Custom sidebars – get_sidebar() problems
- How to make sidebar float right and site content left
- Call Multiple Sidebars at once
- Why isn’t my registered sidebar showing up in the admin?
- Showing sidebar-2 on custom template page
- Sidebar not displaying on custom-page.php
- How to edit contents of dynamic_sidebar()?
- Hooking a function onto the sidebar?
- HowTo: Add Class to Sidebar Widget List-Items
- Having different sidebar content for MANY pages?
- Changing name of sidebar widget
- Add div class to only one widget
- bloginfo(‘stylesheet_directory’) vs. get_stylesheet_directory_uri() and include(‘file.php’) vs. get_template_part()
- Display comment form of specific page in sidebar
- Category specific months list in sidebar.php
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- How the WordPress sidebar works
- Is there possibility to Customize the present theme adding sidebars
- Get a sidebar at the top of the page
- Different “Text Widgets” in Sidebar on Many Different Pages?
- Specific and Different Ads for each Post?
- Template part vs Sidebar (differences)
- Best practices: Custom theme sidebar menu – hardcode or widget?
- More flexible sidebar and widget management
- WordPress widget new instance creates content duplicates
- Backend menu sidebar collapsed by default every time? [duplicate]
- Removing custom widget area WordPress 4.4 [closed]
- Get sidebars depending on page
- Unregister sidebar from Child-Theme
- How can I hide the sidebar on specific pages?
- How to delete wordpress menu
- Display sidebar if blog
- Cannot save widgets in custom sidebars
- WordPress widget/sidebar dividers?
- Dynamic Sidebar for subcategory of a category
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- Can’t see widget areas in my customizer
- How are Dynamic Sidebar Widgets rendered
- Widgets not activated alert after using get_sidebar()
- Output dynamic_sidebar into PHP
- Sidebar loop – Thematic Framework
- Dividing widgets in sidebar?
- How to add an entry to the Page/Post Settings Sidebar? [duplicate]
- How to get the sidebar HTML content?
- Unable to call specific dynamic_sidebar
- Display smilies in Sidebar, too?
- Load sidebar template just once to prevent multiple animations
- Call dynamic sidebar by name not ID
- How to send data to sidebar?
- Implementing Sticky Kit on WordPress
- Add class to on sidebar widget
- How do you control sidebars when there’s no get_sidebar in templates?
- Twenty Thirteen get_sidebar Question
- Function to add class to element?
- How to remove the ‘Archives’ title and list and the ‘Meta’ title
- Can the Twenty Eleven theme have a Main Sidbar at all?
- How do i replace the sidebar to use pages instead of blogs?
- Header image is overlapping sidebar?
- “Folding” links in the blogroll
- How to assign a sidebar to a WordPress page when none was there before
- The WP home page corrupted after switching to new theme
- Problem adding sidebar to Underscores theme
- unordered list loop not showing up in sidebar
- Main content showing up below sidebar
- I’m hit with: undefined constant register_sidebar. Once in debug mode? [closed]
- echo widget contents
- How to unregister sidebar for template_part?
- Include inside sidebar
- My side bar is missing from new pages.
- Change /add items in menu on the inner sidebar
- sidebar – widgets versus code – options
- Template is different with and without comments
- Only display on sidebar if only got value inserted on post
- How to display a sidebar only for blog?
- Sidebar not visible after changing to new domain
- Images in Woocommerce Product Sidebar [closed]
- Archive Widget – Show selected Category Post title. Sorted by Year
- Sidebar not appearing
- how do I change the side bar content?