My Website
-
Hello, everyone
I have no HTML, CSS and PHP knowledge at all. Although I have go through some basic HTML from w3school.com, but it’s really need to take times to learn it. I have been looking for a suitable theme that I want. However, most of them really needs to customize like creating a child theme. So I am totally confusing as I do not know how to start and where to start. Please advise.
Thanks
-
Hi,
You don’t need to be an expert to make a working start.
Start with the basics, learn a bit of HTML and CSS in the process and develop things as you need them.
- Before you start, try to develop a good idea of what you want to do, see and achieve with your site
- From that, make a list of requirements
- This should help you later, to pick a theme and other bits needed for functionality
- Get some of the tech-stuff sorted
- Get a domainname e.g. http://www.myspecialdomain.com
- select a webhost to host your site
- check if the webhost meets minimum requirements for WP-sites:
To run WordPress your host just needs a couple of things:
- PHP version 5.2.4 or greater
- MySQL version 5.0 or greater
- download WP-files to your PC
- Use FTP e.g. filezilla to upload WP to your webhost
- did your webhost create a database for you? > yes? get the name, server and access to it
- No? Create a database using phpmyadmin of the webhost’s webaccess
- Browser: URL go to your site e.g. http://www.myspecialdomain.com
- the 5 mins. install starts;
Enter the database etc as given by your webhost - WP installs your site.
- Go and have a look at themes that meet your needs and requirements-list
- Install a few themes and try if they meet all needs and are easily adapted to your liking
- If not: try another theme
- Have foundt your theme? Great!
- now create a childtheme: Tip use ‘one click childtheme-plugin’
- Go for it!! You’re site is ready to conquer the world..
== == == TIP
How to find which CSS to change
About finding out ‘which things to change in your site [css / html / php]
Well it’s all a bit like trying to solve a puzzle.
Fortunately there are good tools for that.
In your browser: Install / activate webdevelopment add-ons / plugins.Recommended: ‘Firebug’ and ‘webdeveloper: http://www.chrispederick.com ‘
These tools will show you what’s what.
e.g. right-click > inspect elements > click left bottom arrow-icon
click item in webpage
Inspect css on the right
alter css values to test effect / result
OK? copy altered css rule
paste it in thestyle.cssof your childtheme.Alternatively:
Press <F12> a screen will show in the bottom.
Move the mouse over each line
The area shows in the top-half
Press + to unfold parts
Investigate and alter on the right etc.
paste it in thestyle.cssof your childtheme.Hi
Thank you for your advise. I have my site and webhost. Mine is the share server. As WP has already been installed and I have a few theme that I like. Is it a must that I need to install WP files to my PC?
No, you don’t need to install anything on your local computer – you just access your site using a browser like Firefox or Chrome – and you really don’t need a child theme unless you are going to make changes to theme files. That’s not necessary to get started – you can do lots of things using the theme options and regular WP functionality. This will give you lots of helpful basic info on how to use WP –
http://codex.wordpress.org/WordPress_Lessons
I’d suggest finding a theme you like and just jumping in – that’s how you’ll really learn the best :). And if you get stuck, post a new thread and someone can help you out.
Hi
Can I ask you “what is the main purpose of creating child theme”? As what I know, the theme is just like “Skin”. Lets say I buy a house with pattern and painted colourful walls, I don’t like the pattern and colour of the wall so I redecorate. Is it that meaning?
Not really – though they are used so that you can make changes to how a site looks. But the important piece is that a child theme allows you to make file level changes (i.e. .php files or style.css) without those changes being overwritten when the parent theme is updated. See:
Hi
So now I have a theme which I like but I still need to add in like categories, table, slide image, changing font and so on. For this case, do I need to create child theme ?
You can use custom CSS for things like fonts, styling. Categories are part of WP Core so no problem there. Tables would likely go in content and a slider – part of a theme or added via a plugin. So it sounds like you’d be okay without one. You can always do it later – so long as you do so before you change theme files – you’d have to redo a few things, but not usually a big deal.
But you can certainly use a child theme if you’d prefer to start off that way.
What if I also intend to shift the post blog from existing left to right, besides, if there is an update, will all my changes gone? Normally, to play safe, some will choose to create child theme, is it right?
Yep, to be safe, I’d go with the child theme.
Everything in parent theme is the same as the child theme, right? Only changes is made in child theme. I think I have to create one child theme in case if there is an update, then all of my hardwork will be gone. For my case, do I need to use a lot of HTML and CSS code to my site?
Yes, changes are only made in the child theme – but you do not copy everything to the child theme – read the linked page about how to make the child theme. How much code depends on what you want to do.
Ok and I will give it a try. If I am stuck, I can post a thread and ask for help. Thanks for your advise.
If I am stuck, I can post a thread and ask for help
Absolutely :)!
The topic ‘My Website’ is closed to new replies.