• Resolved rahulkhosla

    (@rahulkhosla)


    Hi,

    I have a file called about.php

    Contents:

    <?php
    /* Template Name: About */
    get_header();
    ?>
    <div id="main">
      		<h2><?php wp_title($display); ?></h2>
            <div id="pageHolding">
    
        	</div>
    </div>
    
    <div id="delimiter"></div>
    
    <?php get_footer(); ?>

    How do I get the PAGE content that I wrote in WP-Admin area to appear in #pageHolding div?

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Display PAGE content (not POST)’ is closed to new replies.