home ~ Custom Page Information display on any page

Custom Page Information display on any page

For Custom Page Information display on any page

<?php

$args_movies = array(
‘pagename’ => ‘page-name’
);

$the_query_movies = new WP_Query($args_movies);

if($the_query_movies->have_posts())
{
while($the_query_movies->have_posts()) :

$the_query_movies->the_post();

?>

<?php the_title();?>

<?php the_content();?>

<?php the_permalink();?>

<?php the_date();?>

<?php $page_id = get_the_ID();?>

<?php endwhile;

}

?>

<?php wp_reset_postdata(); // reset the query ?>

काक चेष्टा, बको ध्यानं, श्वान निंद्रा तथैव च । अल्पाहारी, सदाचारी एतद विद्यार्थिन पंच लक्षणं ।।...read more

signature

Quote Of The Day