Cleaning The Code Of Your Wordpress Webdesign

102 7
We like to use WordPress for Webshops like WP E-Commerce or WooCommerce. It's possible to create a custom design for your WordPress website. One of the benefits is that a WordPress website is totally editable by the client. It's time to discuss some webdesign tips for your WordPress website:
-Never edit the corefiles of wordpress, because they will be overwritten by an update. The best way is to create a custom plugin, so that changes will be saved during updates. If there are no plugins available, the programmer can do his job and create one.
-Never modify the Parent theme, but create always child themes. Child themes are something like a modified parent theme. Parent themes for WordPress are often updated and the use of child themes makes updating easier.
- Use one javascript library. Choose one you like and stay stick to it. jQuery is also very good. Mixing is not good to do. You can use preexisting ones, but it is more something to learn the job.

Here some quick tips for making you WordPress website more stable and clean:
-Delete unnecessary code in the CSS
-Remove PHP functions that are unused.
-Remove old scripts when they are not in use anymore.
-Remove plugins that are unused.
-Merge Javascript and CSS if possible.
-Remove the WP version code (is much saver for hackers also!)
-Delete files that are not used anymore.
-Try to give comments to the code.
-Do a cross browser check like IE, FF, Chrome, Sarafi and even Opera.
-Do a W3C validation check to be sure that the code is 100% right.

What we do is not only check different browsers, but different version too! IE8 is something totally different than IE9. It's important to do because when you check the browser usage, you see that InternetExplorer is far more popular. IE8 is most used at this moment, but it will soon be IE9. IE9 Offers far more CSS3 support like rounded corners and shadow. Now you don't have to create everything in Photoshop anymore and reduces the development time enormously. As a great webdesigner it is still important to have the Photoshop skills, beside of course HTML and CSS. It's not always necessary to have good program skill because there are designers and programmers. A lot of programmers do not have the eye for designing.

We wish you luck with upgrading your WordPress Webdesign Skills - Colodeo Webdesign Amersfoort
Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.