Forums

How do I... (11 posts)

  1. breakthestar
    Member
    Posted 3 years ago #

    How do I get wordpress to show up on a specific iframe mine is called "Main" is there a code that i can use to make it show up. I'm a first time user and i already installed wordpress now what do I do?

  2. ladydelaluna
    Member
    Posted 3 years ago #

    Why use an iframe at all? WordPress doesn't like them from what I've read...

    I saw your "messed up index" - why not just use wordpress as it stands and take advantage of the themes out there - edit one to meet the look of your site and let wordpress do it's job the way it's meant to?

  3. breakthestar
    Member
    Posted 3 years ago #

    well isn't there some link i mean that you use to get the whole thing to show up on your site i just dont know what it is

  4. ryanfitzer
    Member
    Posted 3 years ago #

    what is the name of the folder you installed WP in? Have you tried going to your site and adding the folder name to the path?
    Ex:
    http://yoursite.com/worpress

  5. ryanfitzer
    Member
    Posted 3 years ago #

    If that works than you need to copy and page the main index.php file located on wp's root folder (not the theme folder) into your domain's root. Then you alter this part to do direct it to the right place:

    Before:
    <?php<br />
    /* Short and sweet */<br />
    define('WP_USE_THEMES', true);<br />
    require('/wp-blog-header.php');<br />
    ?>

    After:
    `<?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('wordpress/wp-blog-header.php');
    ?>

  6. breakthestar
    Member
    Posted 3 years ago #

    So what i did was i copied that code that you wrote AFTER:...blablah into my index page and put instead of the wordpress header i used mine....now what do i do to get a post to show up? or i might have did it wrong?

  7. ryanfitzer
    Member
    Posted 3 years ago #

    Not sure you are doing what I was talking about. A few questions:

    What is the name of the folder that you have installed wordpress in?

    How many folders deep is it on your server?

    And what folder did you grab the index.php from that you altered with the above code?

    I'm most likely going to need a link to the site as well to help with anymore troubleshooting.

  8. breakthestar
    Member
    Posted 3 years ago #

    The folder is called "wordpress"

    and the folder is not that deep its right in my "www" folder with all of the php pages i have

    And i grabbed the index.php from the folder "wordpress" and no deeper

  9. ryanfitzer
    Member
    Posted 3 years ago #

    When I go to http://www.breakthestar.com/wordpress/ I get a lot of php errors. You need to have it at least working in that directory before worrying about getting to show up directly from http://www.breakthestar.com. But when you do, you'll have to delete the index page you currently have in your root directory (this one: http://www.breakthestar.com ) and replace it in the manner I specified above. Good luck.

  10. breakthestar
    Member
    Posted 3 years ago #

    yea see I said before that i just had installed it and i didn't know what to do next. I have to make a config.php file an i did but its giving me errors now. saying its the wrong name and stuff

  11. ryanfitzer
    Member
    Posted 3 years ago #

    Seems pretty convoluted at this point. It might be a lot easier to just do a freash install and use the default theme.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags