What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

Well that depends on your website. that format is not wordpress it is just html. as to where does it go this is complicated depending on your web host and wordpress installation. I am going to assume  your using a typical hosting company and you have ftp access.


Your ftp will be either to a folder named www or Public_html or similar.


once slided the psh you should have got an index.html page or home.html unless you renamed it and saved it as something else and a folde named images with all your images.


Lets say your website is www.example.com when people type that address in the first thing that will be displayed is index.html which is the webs native language that file will be located in the www or public_html folder. However if index.html is not present it will search index.php this is where problems arise if your mixing html with php aka html or wordpress. because if you want your index.html to load up when someone types www.example.com it will indeed load up your resume or whatever you uploaded as html will take priority over index.php. But that means you need to install wordpress in a suitable location and to do that you create a folder in your www or public.html folder and name it blog well you can name it anything you like and then install wordpress to their. Which means your wordpress part of your website will now be at www.example.com/wordpress


so that means your folder layour will be www/public.html > images (folder) blog (folder) index.html httaccess file >blog (being a different directory in the root folder) will than have all the folders in which comes with wordpress.


And remember if that is going to be your landing page then make sure you change the url link to www.example.com/blog etc


If you still want wordpress to be the default landing page then keep as is but create a new directory call it resume and upload your sliced files and folders there


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top