Title: Integrating wordpress
Last modified: August 19, 2016

---

# Integrating wordpress

 *  [testtones](https://wordpress.org/support/users/testtones/)
 * (@testtones)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/integrating-wordpress-3/)
 * I recently switched from another news script to wp. I plan on using wordpress
   solely for news/updates.
 * The thing is my site is set up using global variables. The index page is a front
   controller.
 * My question is, how would I integrate wordpress with the current setup?
 * With my current news script this is the path in the index that displays the news:
 *     ```
       if($go == "" || $go == "home") {
              include('include/header.php');
              $number=7;
              include("/home/sitename/public_html/news/show_news.php");
              include('include/footer.php');
       ```
   
 * What would the path be to display the wordpress updates on the index page?
 * Any help would be immensely appreciated!

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

 *  [pinoyca](https://wordpress.org/support/users/pinoyca/)
 * (@pinoyca)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/integrating-wordpress-3/#post-719296)
 * The easiest way would be to paste a feedreader widget on your homepage, then 
   point that to republish your wordpress feed. Feedburner has a feature called 
   Buzzboost that does this.
 * The second way is to add this line
 * `<?php require('./path-to-your-blog/wp-blog-header.php'); ?>`
 * in your homepage index.php and then paste the snippet in your WP templates that
   shows ‘Recent Posts’.
 *  Thread Starter [testtones](https://wordpress.org/support/users/testtones/)
 * (@testtones)
 * [18 years ago](https://wordpress.org/support/topic/integrating-wordpress-3/#post-719538)
 * Thanks for your help, but neither work with the structure of the site (see the
   snippet I originally gave)
 * Any other advice would be immensely appreciated!
 *  Thread Starter [testtones](https://wordpress.org/support/users/testtones/)
 * (@testtones)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/integrating-wordpress-3/#post-719559)
 * Anyone, please?
 * Again, still wanting to know what exactly do I add to the frontcontroller for
   it to display the wordpress posts.
 * Suggestions would be greatly appreciated!

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

The topic ‘Integrating wordpress’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [testtones](https://wordpress.org/support/users/testtones/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/integrating-wordpress-3/#post-719559)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
