Chris here...
"blackiecats, post: 29216" said:
Yes! It's working now :)
But now I'm stuck on how I actually work this thing..... do I just copy and paste the html from the old pages?
Might need some help getting into this! lol
Hey Neil, awesome that you've managed to get into this! Once you get going I think you'll find it's a lot of fun to play with! :thumbsup:
The bad news is - nope, you can't just copy-and-paste the HTML from the old pages because once the new site launches, none of the old links (either anchor links to other pages nor image links) will work. The only real way to make this work is to actually rebuild all of the pages from scratch. :(
What should make this easier is that WordPress has a WYSIWYG (What You See Is What You Get) visual interface which means you don't have to spend hours wrestling with HTML code to generate the pages, you can create them desktop-publisher style! :)
However, we do all of us have a hell of a lot of work in front of us to get the entire content of this site transferred by December! :eek:
"nickmills, post: 29219" said:
Thanks again Manny for the email/log in details.
I have to be totally honest, but - I'm just starting my second year of Journalism and am currently undergoing a hectic schedule with gym and other projects that I won't have alot of time to do website work. I could do another ThunderCast episode within the next few weeks but that's all it'll probably be. Thought I'd be upfront and honest with you as I don't see it getting easier.
Hey Nick, I guessed that this would be the case - so, I went ahead and created a new index page for your interviews, and will be adding the respective pages for each of them ASAP! :)
http://www.thundercatslair.org/relaunch/?page_id=727
Take care... :)
Merged Post:
Chris here...
Latest page from me:
http://www.thundercatslair.org/relaunch/?page_id=765 . :)
I'm also working on updating the graphics to Kyle's Encyclopedia thumbnails (he's sent me over the files I need to do so) so they match the new site colour scheme. :)
-----
The biggest frustration I'm having with the WordPress interface is that it has something of a mind of it's own. One thing I've noticed is that, even in the HTML interface, the line break command
<br /> is unnecessary, it automatically adds that formatting. This is actually a really good time-saver for certain things, but is also a pain in equal measure...
If, for example, I want to increase the dynamic white space by adding a couple of extra line breaks, because of the way the WordPress interface works, the line break HTML command does nothing - so, if I input the following into the HTML interface:
<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
...I still end up with only one line break! If I go into the visual interface and then hit the space bar to create dynamic white space that way, as though working desktop-publisher style, when I publish the page it assumes that what I actually meant was to just have one line break, and auto-formats it that way!! :p
So, just to let you guys know how I've been able to trick this into working - instead of inserting a line break command into the HTML, I've actually inserted the following piece of code:
<p> </p>
This creates a new, one line paragraph, and fills it with nothing, thus creating the illusion of a line break! :)
However...if I then toggle back to the visual interface,
it automatically deletes this empty paragraph!! GRR!!! So, for all my pages where I want to increase the dynamic white space, I can only edit them via the HTML interface! :rolleyes:
Anyway, just thought I'd mention this, not to sound a negative note but to let you guys know that if you're experiencing any problems with your pages, I'm looking all the time for potential workarounds - it amazes me that something so popular and successful is also so buggy, LOL! :D
Take care... :)