whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
themes
/
wishful-blog
/
Upload File:
files >> //home/techyfnq/www/wp-content/themes/wishful-blog/template-home.php
<?php /** * Template Name: Home Page * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Numinous */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-thumbnail"> <?php the_post_thumbnail(); ?> </div> <div class="entry-content" itemprop="text"> <?php the_content(); ?> </div><!-- .entry-content-page --> </article><!-- #post-## --> <?php endwhile; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Copyright ©2021 || Defacer Indonesia