• Im tryng to add a small html website run inside my wordpress page. I created a small html website, uploaded it into my wp directory. It works in wp. page if i use a iframe src code. question is, is there a way to display it without a iframe? At the moment it will work only with ftp username and password. Is there a workaround, add some code to page template that tells pull this little html pahe into this page … Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can integrate the ‘html website’ code to your current theme.

    You can use <div> tag to position the html.

    Thread Starter zapakas

    (@zapakas)

    Seems pretty complicated.. i’m trying here couple of hours with different codes…
    Below is my page template php.. what code do i have to insert to view my home.html page and all the microweb linked with it? Hot to i show the path? Why do i need this? I didnt find a plugin to create a multi level product/services showcase. Other solution is a mile long wordpress post style list. And i dont want that. Any help.. Thanks

    <?php
    /*
    Template Name: Full Width
    */
    ?>
    
    <?php get_header(); ?>
    
    <div id="content">
    
    	<div id="contentwide">
    
    		<div class="postareawide">
    
    		</div>
    
    	</div>
    
    </div>
    
    <?php // The main column ends  ?>
    
    <?php get_footer(); ?>
    Thread Starter zapakas

    (@zapakas)

    Anyone? Please…

    Thread Starter zapakas

    (@zapakas)

    Got it myself…)
    <embed src="/wp-content/ xxx xxxx xxx.html" width="800" height="900"</object>
    works like a charme.

    Thread Starter zapakas

    (@zapakas)

    Not solved. after all. It only wotks with opera browser. in ie or in firefox doesnt work… Any hints?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘html website to worpress page’ is closed to new replies.