get page title by id
<?php echo get_the_title( $ID ); ?>
<?php $id=14; $post = get_post($id); $content = apply_filters('the_content', $post->post_content); echo $content; ?>
Hope this helps and happy coding :)
Zobacz jeszcze
stały background na całym tle strony
background-image:url(images/bg_page.jpg); background-repeat:no-repeat; background-position:top left; background-size:cover; -webkit-background-size: cover; -moz-background-size:...