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; ?>
Wordpress

Hope this helps and happy coding :)

Zobacz jeszcze

osadzanie tagów na stronie

Zamieszczenie chmury wszystkich tagów: <?php if ( function_exists( 'wp_tag_cloud' ) ) : ?> <ul> <li><?php wp_tag_cloud( 'smallest=8&largest=22' );...

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:...