Title: Barebones WP
Last modified: August 18, 2016

---

# Barebones WP

 *  [f4lieson](https://wordpress.org/support/users/f4lieson/)
 * (@f4lieson)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/)
 * I want to have a page that I can include in my website with only published articles
   on it. AKA – (default theme) no nav on the right, no header, no surrounding boarder,
   etc.
 * How do I do this? Is there a simple page I can simply include in an iframe or
   do I have to edit it into a style?

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

 *  [viper007bond](https://wordpress.org/support/users/viper007bond/)
 * (@viper007bond)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461444)
 * Just load up WordPress (include `wp-config.php`) and then treat your PHP page
   like a WordPress theme (make a Loop). No need to deal with themes or anything
   like that.
 *  Thread Starter [f4lieson](https://wordpress.org/support/users/f4lieson/)
 * (@f4lieson)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461545)
 * what do you mean by make a loop?
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461546)
 * Please read [The_Loop](http://codex.wordpress.org/The_Loop).
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461547)
 * I guess he was referring to this:
    [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461548)
 * (Heh…. beatcha….)
 *  Thread Starter [f4lieson](https://wordpress.org/support/users/f4lieson/)
 * (@f4lieson)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461549)
 * I have no idea how wp works, I just installed it and have been messing around
   trying to use it how I want.
 * so in my website I should include wp-config.php, but something else too – that
   just creates the connection to the db.
 * I guess I just don’t understand what you mean by ‘treat your php page like a 
   WP theme (make a loop)’.
 * Is there a doc somewhere (that I couldn’t find) explaining how to do what I want
   to do?
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461551)
 * You need to click on the links provided by Moshu and I. That’s the documentation.
 *  Thread Starter [f4lieson](https://wordpress.org/support/users/f4lieson/)
 * (@f4lieson)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461553)
 * Yeah, you guys posted that as I wrote my post.
    [http://www.cpsigmapi.org/new2/intro.php](http://www.cpsigmapi.org/new2/intro.php)
 *  <?PHP include ‘../new/wordpress/wp-config.php’;?>
    <?php define(‘WP_USE_THEMES’,
   false); get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) :
   the_post(); ?> <?php endwhile; else: ?> <?php _e(‘Sorry, no posts matched your
   criteria.’); ?> <?php endif; ?>
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461557)
 * See if you can get any ideas from here:
    [http://www.transycan.net/blogtest/2005/07/05/integrate/](http://www.transycan.net/blogtest/2005/07/05/integrate/)

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

The topic ‘Barebones WP’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 4 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [19 years, 8 months ago](https://wordpress.org/support/topic/barebones-wp/#post-461557)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
