How to modify WordPress Themes

If you are using a standard WordPress theme other than a custom theme developed exclusively for you, chances are that you will lose all the modifications that you made to your theme, when the original theme is modified by the theme developer.

As most of you using ready-to-use WordPress must have noted that you always want to make changes in the look and appearance of the theme. The easiest way to do such changes without changing the core design or structure is to edit the CSS style sheet. For example, you do not like the font Verdana and want to replace it with Arial, you simply add Arial as the first font in the appropriate places in the style sheet. And you are done and find your site or blog showing up with your desired font.

In the above way, you can change font sizes, colors, and many other things just by editing the style sheet. With changes in some other files, you can entirely change the look and feel of your site. Some people may love to present their site in the most aesthetic way and experiment with the themes and style a lot. This may be required even in a custom designed theme, as you find something or the other always needing improvements.

So, you have done everything and all on a sudden everything is lost! You feel frustrated. To avoid this create a Child Theme, the original theme remaining as the parent theme. By doing this, when the parent theme is updated by its developer, you can still continue with your own modified theme as your modifications are automatically preserved, as the Child Theme settings override the Parent Theme, as the Child Theme inherits the functionality of the Parent Theme.

To create Child Theme, simply create its own directory named as ‘original theme-child (or anything you like), and place your modified style.css file in it, and you have a child theme of your own! You can do so without modifying the styling and layout of a parent theme, with some understanding of HTML and CSS. Such a Child Theme works as good as your own custom designed theme and it is not affected when the parent theme is updated. Your newly created child theme can have as little as a style.css file to as much as any full-fledged theme contains with the optional additions of functions.php, template files and other files. For a good understanding of creating your own Child Theme and examples of changes and scripting, visit official WordPress Codex for Child Themes.

How to Install WordPress – Video

In this short video, Michael Pollock, the marketing and product development expert of Solostream, explains in a simple, yet, in a lucid way, how to setup WordPress successfully. Pollock is ‘also a blogger, a WordPress developer and an entrepreneur’ as I understand from the site of Solostream. I hope those who find setting up WordPress difficult, especially bloggers who are new to WordPress, shall find this video tutorial highly useful.

Hello world!

Welcome to Tech-Sharing Blog! This is my first post after setting up my own self-hosted blog, if it can be called so. In the strict sense, a self-hosted blog is one that is hosted on one’s own server, apart from having its own domain name. But this is a blog hosted using hired shared hosting services.

Also, this cannot be said to be my first attempt to blog on WordPress platform, because about two years back, I opened a free account for a free blog with WordPresss.com but left it as it is, and spent my time on many other FREE blogging services, both learning about blogging and many other aspects associated with it. Mostly I used the services of Blogger, the easiest FREE blogging service, provided by Google, where I have some blogs already running. Though I thought of migrating to my own WordPress blog with my work already in my Blogger blogs, after thinking over some other future prospects, I left them to run there for some more time, or forever, I do not know right now.

This blog is setup with a one-click setup process from the control panel of my hosting service provider. After I decided to setup my own WordPress blog, I searched around to understand the best way to set this up, but the more I read about professional blog setup services, I got into more confusion with some of them describing it as a tough job that takes a lot of time and effort. I was inclined to hire professional help, as I am short of time. So, I contacted some professional services too. But, I am yet to receive even a quote, maybe, because those pros could be overburdened with work. So, I got impatient and took a plunge, buying a domain and hosting facility, followed by this one-click WordPress installation. I hope to customize this blog soon, or, maybe I may hire someone for the job.

So, welcome back, and see the changes, and if you too are a beginner, or an experienced blogger trying WordPress for the first time, my experiments with this wonderful blogging software may help you.

I also look forward to receiving guidance and suggestions from experienced WP professionals. Also, I want to exchange many things with fellow bloggers including marketing and business ideas, apart from technology.