• Good afternoon everyone!

    I am new to this forum, and decided I would give it a shot, as I am trying to convert my site over to wordpress entirely. Currently, I have my main site set up as HTML and my Blog is wordpress. The two were put together by different people as I included my blog later, and wordpress has a solid platform that I wanted to use. I am looking to basically take all the pages from my HTML site, and transfer them over to wordpress so that my whole site runs off the same platform. I want to do this so that I can easily edit pages, and add new content without having to use FTP and notepad.

    Not sure if anyone has experience with this, but if there is help out there, I would greatly appreciate it. If you want/need to see my site: https://www.jaredmayer.com and my blog is https://www.jaredmayer.com/blog

    Just not sure where to start with this, or if it will be a difficult transition with all the pages, and links on interior pages.

    Thank you in advance!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter shock976

    (@shock976)

    Is there no assistance out there for this?

    Thread Starter shock976

    (@shock976)

    Rev. Voodoo, Thank you for the references. I will look into these and hopefully they help me out. Although, my blog is already themed the way I want it, i just basically need to add some new pages, and different side bars… This tutorial seems as though it is based off starting from scratch.

    Thread Starter shock976

    (@shock976)

    Can anyone else be of assistance, maybe look at my blog and my site to see what exactly I should do?

    I’m pretty sure you’ll need to build up the pages from scratch. But you have the html, so I don’t think it’ll be too much work.

    Thread Starter shock976

    (@shock976)

    I guess what I am wondering is how would I structure the pages to look like they do on my site. Would I just put the HTML code into where I would make a new post?

    Maybe I should just buy a theme for WP that I like and start from a fresh new look. The theme I am using I had customized to look the way I wanted, but it isn’t a WP theme so functionality is limited unless I do some hard coding. I am thinking of purchasing a WP theme and going that route if it will be easier.

    Well, you can do that, and maybe the purchase includes help too? You could also just get a plain theme and just build it up like the one you have. I guess it shouldn’t be too hard if you know a little coding ??

    Thread Starter shock976

    (@shock976)

    Marmelade, such a great help you are ?? I guess where my confusion comes from is this:

    I don’t really want to have fully static pages like I do now on my HTML site. By converting to WP I want to easily be able to update content if I choose. So with that, would I use the create a “new page” in the admin panel and just place HTML code in there? or would it be better to create a new page in notepad for instance utilizing HTML and saving as “pagename.php” and uploading via FTP. This gives me more of a static page, but… any insight on the correct or best practice to put into place would be helpful.

    Here is some code from one of my pages, so you know what I am dealing with. Maybe you can tell me how to structure it, and I will continue on with my other pages after I get this first one down ??

    I don’t want to paste it all here, so click on this link to view it in word document: jerodmayer.com/mycode.docx

    I am just not sure what to keep, and what to dump ?? But I am willing to learn.

    Thread Starter shock976

    (@shock976)

    I don’t really want to buy a new theme, because I would just have to customize it again ??

    You can’t have truly static pages in WordPress. when WP refers to a static page, it means a non-chronologically sensitive page. WordPress Posts are date/time stamped. WordPress Pages aren’t.

    Your best option be to create new pages via the Admin panel. Bear in mind that your theme’s template files will take care of the header, footer and navigation menu(s), so the only markup you paste into the new Page is the central core content of your old page.

    If you want to show people an example of your old page markup, try using the pastebin. People can then not only view your markup easily but provide an amended version for you to review if appropriate.

    Thread Starter shock976

    (@shock976)

    esmi:

    I did what you said with pastebin, not sure if you already looked at the code, but do I need to worry about meta tags, keywords, etc in my transfer. Also, some of my pages have a lot of links which link to other pages within my site, these are fairly static as they rarely change all this is what will be posted into the “new page” content section in the admin panel? rather than made a text editor…

    Thank you for your help!

    https://pastebin.com/2kY2kWq0

    Thread Starter shock976

    (@shock976)

    not sure why that script didn’t show.

    You just need to post the pastebin link here. The forum software will turn it into a link.

    https://pastebin.com/6eRinazC is my take on what you’d actually paste into that page on WordPress. ??

    The lower part of the page that contains all of your resources/links would be best dealt with using WordPress’ Link manager. A small piece of code in a custom page template for this page would then handle all of the link displays and would update dynamically every time you added, removed or amended a link.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Blog Set up/Transfer – Not sure where this question belongs…’ is closed to new replies.