Hi guys, I recently decided to design my own custom front page for my site, as the standard template ones, didnt seem to be converting very well. My explaining might not be the best, but you get the idea. This is more for advanced users, but ill try explain for everyone.
If you want an example of what can be done, take alook at http://www.adultfinderlive.com, that is my most recent design.
Step 1:
Finding a tool to design your site, can be a daunting task. You need to find something you are comfortable with. I decided to use Adobe Fireworks, as im used to it and i feel its specially tailored for web design. Find a nice font to do your logo in, spend alot of time on design. Make sure you are 100% happy with the site, and you feel its appealing. If you have no web design skill/coding skill make sure you understand the principles of web design, because it will just make your life easier, when you actually coding the page in html. If you have a bit of money check out http://www.psd2html.com/ . They offer the service to cut your Adobe Photoshop template (If you designed it in photoshop), to html form. Very usefull service if you have no html skill of your own. I also highly recommend using CSS tableless designs, as its less HTML, and i think it helps with SEO and detection of keywords, due to less html inbetween your content.
Step 2:
Once the page is in HTML form, make sure the page has META tags, a title and a description. This just helps Search engines select keywords for your site. Also make sure that you have very few images on your site, and whatever can be text should be text. This also helps with keyword detection. (Search engines cant read text off images YET!). WDP does not have support for automatic profile image changing like on the templates, you need to do this MANUALLY, UNLESS you use their generic profile macro, which runs vertical, i havent played around with it too much, so i cant explain exactly how it works. Copy all the profile links from your template, or any other WDP site, (choose members who you think are appealing).
Step 3:
Upload your images to your site. Login to WDP admin panel, click on My Sites -> Yoursite.com (Manage) -> Files Management. Create a new directory, and start uploading your site images. This will give you a hardlink to your images once the file has been uploaded. Once this is done, go through your HTML and replace any image, with the relevant image hardlink you got from uploading to WDP. (ie, if the image was called /logo.png, on your site, replace it with http://www.yourdomain.com/static/site/logo.png), or whatever link the file uploader gave you. Also remember to change the image links in your CSS file too! WDP does not allow you to upload the CSS file, (if i remember correctly), so you have to embed your CSS into your html. All you need to do is wrap your CSS in a <style type="text/css"></style> tag, before the end of your </head> tag. With all the image tags and the CSS uploaded/correctly inserted into your html, double click the html file to see if everything is still working. If so move to step 4, otherwise find out what is not working and fix!
Step 4:
Ok so your front page is working if you run it on your local computer (with the links pointing to your uploaded images on WDP, and your CSS inline with your html). Log back into the WDP admin page, click on My Sites -> Yoursite.com (Manage) -> Site Settings, and change "Editor used for index page" to "Custom HTML" from "WYSIWYG editor". Click "Save" on the bottom. Now you should have a new tab called "Front Page Layout", click on that, remove ALL the content in the big textbox, open your HTML file with a word editor, select all of it, and paste it in the big textbox. (Basicly replace the content of the textbox, with your html). Click save, and preview your site! You SHOULD now have a working FULLY customised template! Also under the "Front Page Layout" tab you can take alook at the macros, for GEO location. (This you can do on your own time).
Pat yourself on the back, and goodluck!
Hope this tutorial helps. Any comments/questions below. Thanks!
