Title: ControlSpace's Replies | WordPress.org

---

# ControlSpace

  [  ](https://wordpress.org/support/users/controlspace/)

 *   [Profile](https://wordpress.org/support/users/controlspace/)
 *   [Topics Started](https://wordpress.org/support/users/controlspace/topics/)
 *   [Replies Created](https://wordpress.org/support/users/controlspace/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/controlspace/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/controlspace/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/controlspace/engagements/)
 *   [Favorites](https://wordpress.org/support/users/controlspace/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog embedded into static site, 'older posts' link not working](https://wordpress.org/support/topic/blog-embedded-into-static-site-older-posts-not-working/)
 *  Thread Starter [ControlSpace](https://wordpress.org/support/users/controlspace/)
 * (@controlspace)
 * [15 years ago](https://wordpress.org/support/topic/blog-embedded-into-static-site-older-posts-not-working/#post-2111838)
 * oops. Then of course there’s this here, which answers my question and makes the
   initial idea possible:
 * [http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog embedded into static site, 'older posts' link not working](https://wordpress.org/support/topic/blog-embedded-into-static-site-older-posts-not-working/)
 *  Thread Starter [ControlSpace](https://wordpress.org/support/users/controlspace/)
 * (@controlspace)
 * [15 years ago](https://wordpress.org/support/topic/blog-embedded-into-static-site-older-posts-not-working/#post-2111830)
 * Let me answer that myself.
 * It was a bad idea to remove the .php page from the wordpress directory. I’ve 
   moved it into there and now the 2nd/3rd and so on pages work. (All the static
   html pages are still in the root dir, which is fine)
 * Also, the bit at the top needs to say:
 *     ```
       <?php
       // Include WordPress
       define('WP_USE_THEMES', false);
       require('wp-blog-header.php');
       ?>
       ```
   

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