Wordpress on my website wont work?

VengefulVendetta

New Member
Messages
4
Reaction score
0
Points
0
i would like my website (www.vengefulvendetta.uk.to) to be able to be used by many of my friends to upload news easily, so i thought of a blog, i install the wordpress using 'fantastico' but now im absolutely confused as where to go next. All i want is to put the blog where my main text is at the moment on the home page.

:rant2:
 

CascadesAdmin

New Member
Messages
87
Reaction score
0
Points
0
You can use a php include function to include the file where wordpress is installed. You would do that by doing this.

PHP:
<?PHP
include("http://vengefulVendetta.uk.to/YOURPATHTOWORDPRESS/")
?>
I am not completely sure as I do not work with Wordpress but it should work.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
No, it wouldn't work, the links would be broken + the html would also be broken.

You would need to put it in a frame/iframe.
 
Top