Integrating wordpress
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Integrating wordpress’ is closed to new replies.