Front End Page Not Loading Header Footer

I followed the directions at http://blog.frontendfactory.com/how-to-create-front-end-page-from-your-wordpress-plugin/ and it works but the header and footer do not load.

Here is my page: http://pocket.consulting/bg-core/

UPDATE: I stand corrected... It appears the wp_head(); and wp_footer(); do load as it is altering the color, font, etc. Is there something else I have to call to get the entire look/feel?

Topic footer front-end wp-head plugin-development plugins Wordpress

Category Web


If you are trying to get things like the menu and footer, replace wp_head() and wp_footer() with:

get_header();

and

get_footer();

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.