Title: insert into web page
Last modified: August 18, 2016

---

# insert into web page

 *  [vivphoto](https://wordpress.org/support/users/vivphoto/)
 * (@vivphoto)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/insert-into-web-page/)
 * Hi, I wonder if anyone can help me, I am new to this and would like if possible
   to have the wordpress articles and page integrated into a webpage on the site
   I am working on, so in effect you would have a web page from the site with the
   blog on it, if that makes any sense.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [ollee](https://wordpress.org/support/users/ollee/)
 * (@ollee)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/insert-into-web-page/#post-466480)
 * yeah, I’d really like to know if it’s possible to do this also. Pasting:
 * <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php the_time(‘
   F jS, Y’) ?>” rel=”bookmark”><h2><?php the_title(); ?></h2>
   
    <?php the_content(
   __(‘(more…)’)); ?> <!– E N D O F P O S T I M A G E –> <div class=”divider”> </
   div> <!– E N D O F P O S T I M A G E –> <?php endwhile; else: ?> <?php endif;?
   >
 * into the page itself doesn’t seem to do anything. Anyone got any ideas?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/insert-into-web-page/#post-466481)
 * ollee, that doesnt work because youre missing 1/2 the equation.
 * you forgot this:
 * `require('path-to-your-blog/wp-blog-header.php');`
 *  [ollee](https://wordpress.org/support/users/ollee/)
 * (@ollee)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/insert-into-web-page/#post-466482)
 * ah! thanks whooami.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘insert into web page’ is closed to new replies.

## Tags

 * [webpage](https://wordpress.org/support/topic-tag/webpage/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [ollee](https://wordpress.org/support/users/ollee/)
 * Last activity: [18 years, 9 months ago](https://wordpress.org/support/topic/insert-into-web-page/#post-466482)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
