+5 votes
836 views
in Programming by (590 points)
edited by
I want to create my own page and . want to link it in WordPress
closed

1 Answer

+1 vote
by Expert (5.1k points)
selected by
 
Best answer

this is very simple!.. make your page..like :

page-contactus.php:

and in you can call your page..!;;

 

e:g;

 

<?php
    get_header();   
?>
        <?php if ( have_posts() ) : ?>
        <?php /* Start the Loop */ ?>
        <?php while ( have_posts() ) : the_post(); ?>
        
        <?php wv_the_title(' <h1>','</h1>');?>
        
        </div>
        <?php the_content();?>
 
        <?php endwhile; ?>
        <?php endif; // have post?>
  
<?php
    get_footer();
?>
hope you will find your answer!
0
by Expert (5.1k points)
any time bro :)
0
by Expert (5.1k points)
you can also do it through admin panel!..

Not a Member yet?

Ask to Folks Login

My Account

Your feedback is highly appreciated