wordpress define template name
/*on top of Php file add the below line to make as custom template*/
<?php /* Template Name: Custom template name */ ?>
wordpress define template name
/*on top of Php file add the below line to make as custom template*/
<?php /* Template Name: Custom template name */ ?>
wp single page
<?php get_header();?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="body">
<div class="container">
<div class="clear"></div>
<div class="main">
<div class="post content">
<h1 class="page-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
<div class="content">
<?php the_content(); ?>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<?php endwhile; ?>
<?php get_footer();?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us