Title: beta / feature request
Last modified: August 18, 2016

---

# beta / feature request

 *  [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * (@geekpunk)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/)
 * I started fooling around w/ the beta and have a feature request / sort of bug
 * in the previous version of wordpress it was very easy to alter the index.php 
   file to integrate the application into an existing site structure / application.
   For instance a site built using fusebox or the such. Yet with the new integration
   of templates this is alot more difficult… how would some one suggest this integration/
   or could there be an option to run it as an external blog, where the template
   and the wp-blog-header, would undertsand to do or nnot do certain things. For
   example the “exit” lines at the bottom of wp-blog-header.php?

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

 *  Thread Starter [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * (@geekpunk)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141594)
 * as a side I was able to get wordpress integrated into another app, by hard codding
   some paths, and editing the for mentioned exit commands
 *  [Ryan Boren](https://wordpress.org/support/users/ryan/)
 * (@ryan)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141626)
 * Add the following line before requiring the blog header.
 * `$wp_template_redirect = false;`
 * This will turn off the theme system.
 *  Moderator [Matt Mullenweg](https://wordpress.org/support/users/matt/)
 * (@matt)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141636)
 * I think the problem really is we’re using $pagenow == index.php to kick things
   off, and pagenow really wasn’t meant for generic non-wp files, as it doesn’t 
   discriminate based on directories. Perhaps we should bump get_home_path() up 
   and check if the index is in ABSPATH or get_home_path before doing template magic.
 *  Thread Starter [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * (@geekpunk)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141672)
 * If I use
 * $wp_template_redirect = false;
 * can I still use an index page which I created in 1.2.2 ?
 * This would essentially bypass the use of the use of the themes, but are their
   any other gotchas?
 *  [carthik](https://wordpress.org/support/users/carthik/)
 * (@carthik)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141674)
 * geekpunk, it should work the way you describe it – go ahead, and give it a try.
   Back up your index.php, stylesheets anyways.
 *  Thread Starter [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * (@geekpunk)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141757)
 * yup, with some tweaking that worked, I needed to create a wp-comments.php in 
   the wordpress root. I also needed to put this line in ..
 * if (isset($p) && $p > 0 ) include(ABSPATH . ‘wp-comments.php’);
 * where it was once just
 * include(ABSPATH . ‘wp-comments.php’)
 *  [Ryan Boren](https://wordpress.org/support/users/ryan/)
 * (@ryan)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141766)
 * If you use a wp-comments.php from 1.2.2 you shouldn’t need to do that.
 * Also, you can is_single() instead of checking $p.
 *  Thread Starter [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * (@geekpunk)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141787)
 * great thanks!

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

The topic ‘beta / feature request’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 4 participants
 * Last reply from: [geekpunk](https://wordpress.org/support/users/geekpunk/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/beta-feature-request/#post-141787)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
