Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress Integration (Help!)

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #41602
    base0902
    Participant

    Hi! I’m looking to integrate a **Wordpress Blog** in my static website(mydomain.com/blog) but i’m having a really hard time doing it. I’ve searched the whole web for something/someone that can help me but to no avail. I’ve found several blogs and videos about it but they just couldn’t make it so that a wordpress **_newbie_** like myself could easily understand it. The closest i got to a really great tutorial is [this](http://www.burnseo.com/blog/2009/10/23/integrate-wordpress-into-existing-website-tutorial/ “burn”) but some of the codes provided has some errors to it and i just couldn’t make the it work. Can anyone provide a detailed tutorial on **how to Integrate WordPress to a static website in a subfolder**. i dont wanna use iFrame. Any help/advice/tutorial/comments will be really appreciated.

    p.s please help me understand this cause im really nearing my mental limit

    #119021
    base0902
    Participant

    additional info:

    i already tried to do the different tutorials i’ve found and each tutorial gives a different version of this code. i’ve been trying to solve the different problems with the little bit of php knowledge that i currently have.

    Parse error: syntax error, unexpected ‘;’ in D:hosting10182362htmlblogwp-contentthemestwentyelevenheader.php on line 19

    #119022
    Scribblerockerz
    Participant

    There is a [nice article](http://codex.wordpress.org/Integrating_WordPress_with_Your_Website) on the WordPress Codex, this should work for you.

    In the end is the codex the best reference for WordPress :)

    #119024
    base0902
    Participant

    thanks for the link :) i already looked in that. but still i dont know why it doesnt work :(

    #119025
    Senff
    Participant

    OK, so when you installed WordPress (the famous “5-second install”), that went all fine? It connected to the database and all that?

    When I look at the actual error message you get, it just says there’s a semicolon that shouldn’t be there. Did you edit HEADER.PHP by any chance? Cause when I look at that file in my install, it just says this line:

    >

    So check if that’s the same with you.

    If you DIDN’T get to the install point, this is the generic list of things to do, let us know what part you’re having problems with:

    1. set up an empty MySQL database and a user that has full access to it
    2. enter the database details (server, table, user and password) in WP-CONFIG.PHP
    3. install WordPress by going to http://mydomain.com/wp-install

    #119029
    base0902
    Participant

    well i’m having progress cause i managed to put the “recent blog” widget or something. on my static front page. (oh yeah!) now what im trying to accomplish is incorporating the wordpress using my design. here is my site http://yukisaito.me and i want http://yukisaito.me/blog to use the design of my main static page.

    #119050
    Chris_Jordan
    Member

    Another suggestion, since on your site you’ve got large type displayed front-and-center, would be to use the @font-face method. Windows renders text differently and can produce some pretty terrifying results when linking to web fonts (not to mention Google web fonts being pretty unpredictable).

    Here is an OK article to get started. Font Squirrel has a really easy to use @font-face Kit Generator, plus a good selection of free and licensed fonts (make sure you can legally use the fonts you make a kit out of).

    This is a good article if you want to dig further into how fonts are rendered on the web. Though you can go down-the-rabbit-hole a bit researching the best cross-browser implementation.

    #119075
    TreeRoot
    Participant

    I think scottnix is right on the money. You should be installing WordPress in your root folder and running everything off that. Before going to your site I assumed you were running something that would make that difficult, such as integrated third-party apps, custom backend, membership or shopping scripts, but you’re not doing any of those.

    By all appearances, your site is basic enough to run off of wordpress entirely. Perhaps you just think of WordPress as just a blog, but it does have “pages” for your static content. Take a look at the following:
    http://en.support.wordpress.com/post-vs-page/
    http://codex.wordpress.org/Pages

    If you must have it in a subfolder, then it’s basically going to be its own entity and you’ll have to maintain two sets of mirrored designs for your site: one for your blog, and one for everything else.

    #119107
    base0902
    Participant

    thanks for the feedback guys!
    i might just build my website in WP!

    @chris_jordan
    Thanks! i’ll definately look into @font_face.

    for those newbies like me who would stumble in this thread, i found a really neat up-to-date WP theme making tutorial.

    http://themeshaper.com/2012/10/22/the-themeshaper-wordpress-theme-tutorial-2nd-edition/

    Hope this helps! :)

    #119108
    sayedtaqui
    Member

    If you have decided to build your website in wordpress. Watch this video [YouTube…](http://www.youtube.com/watch?v=wLKui1x1JFk “YouTubeVideo”). This video explains each step on how to install wordpress.

    #119302
    base0902
    Participant

    can anbody tell me how to call the style.css on a wordpress hosted locally?

    #119303
    base0902
    Participant
    #119304
    base0902
    Participant
    #119312
    Andy Howells
    Participant

    Why not just use the below;

    #119319
    base0902
    Participant

    @tnx for that? do you also know hot link images?

Viewing 15 posts - 1 through 15 (of 16 total)
  • The forum ‘Back End’ is closed to new topics and replies.