Wordpress Core

<?php get_header(); ?> <?php wp_head(); ?> <h2>Error 404 - Not Found</h2> <?php get_sidebar(); ?> <?php get_footer(); ?> <?php wp_footer(); ?> <?php bloginfo('template_directory'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php endif; ?> /*All Sample CSS*/ /* Theme Name: Theme Name Theme URI: https://www.url.com Author: Author Name Author URI: https://wordpress.org/ Description: Description Goes Here Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentyseventeen Tags: Tag One, Tag Two, Tag Three This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */
All the Essentials for building your own WordPress Theme

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.