How to access page content
-
I am working on a custom template and don’t know how to get access to the text in my main text field. I have a number of custom fields, which I get like this:
<?php echo get_post_meta($post->ID, 'role', true); ?>
How would I get the text from the main text box in the new page window?
Thanks a lot for any help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to access page content’ is closed to new replies.