• Hey everyone, I was hoping to get a little info about WordPress before I decide to install it!

    Ok, I have a website that is already live and consists of several static pages. I want to blog to the home page of my site. Can I use wordpress to simply blog to my home page while the rest of the site remains the same? I was reading around and saw “The Loop” on the codex, is this what I need? Can I just add “The Loop” into my existing xhtml home page and style it a bit and be done?

    I have tried Textpattern and it was just simply more than I think that I need, simply because I do not want to power the entire site with the blogging engine, just a section of 1 page. So, can anyone guide me here and maybe suggest what would be best for me? Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator James Huff

    (@macmanx)

    Can I just add “The Loop” into my existing xhtml home page and style it a bit and be done?

    That’s basically it! ^_^ Here are a few helpful resources:

    https://codex.www.ads-software.com/The_Loop_in_Action
    https://codex.www.ads-software.com/The_Loop

    Thread Starter cory_9mm

    (@cory_9mm)

    I am understanding it a little better now. Ok, does this have to be done through an interface like in Textpattern or can I do it all externally in say Dreamweaver or something?

    This sounds like exactly what I need!

    You can code the page anyway you want. You will need to install Wp somewhere in the background, and if you don’t want to use “dashboard” (the admin panel) to post, I believe there are options for that as well (however I use the admin panel strictly, so I don’t know for sure).

    Moderator James Huff

    (@macmanx)

    Most Loop users still use the WordPress backend (which has to be installed) to post, but there are a few external alternatives, and Dreamweaver is not one of them. You can find a short list here: https://codex.www.ads-software.com/Weblog_Client

    Thread Starter cory_9mm

    (@cory_9mm)

    Ok, I have been reading up on this a little more and I think that I have the general idea of what I need to do. Would you guys happen to have any links to sites that are doing something like I want to do?

    I am thinking that I should just control the home page via WordPress and just all of the others remain static as they are. Couldn’t I just dump the default CSS and paste my style sheet in and then just paste my xhtml code in and add The Loop into that where I need it, all using the WordPress interface?

    I don’t need the footer, sidebar and all that, I just want the posts themselves to appear on the home page as well as a place for people to access the archives. Everything else on the page around it will be my stuff that I have already created. Does that make sense?

    Couldn't I just dump the default CSS and paste my style sheet in and then just paste my xhtml code in and add The Loop into that where I need it, all using the WordPress interface?

    Yes You can. Also the sep footer sidebar etc is there as default, I’m not sure if having one file will work, I haven’t read the guidance on it. It should work though, in theory as one file.

    I would back up a theme already in your install, rename the folder, in the syle.css change the info from whatever it is to name it your theme or something, and then save it. Copy all the contents from the sidebar, footer into your index.php, and I suppose header.phgp into your index.php and then upload that one file with the theme. I still prefer using one file for everything; the flexibility in seperating them seems a little mythical, but what do I know?

    Try https://codex.www.ads-software.com for the documentation on WP

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is WordPress right for me?’ is closed to new replies.