Posted 22 November 2010 - 07:21 AM
Hi!
Most themes are built by graphic designers who intended it to have a particular look, so if you were to tinker with it, the designer would be really mad, along the lines of a french cook seeing you add ketchup into the mix! :-P
But, then again, there are some really terrible so-called designers and it would be a mortal sin to have to use their designs without some modifications, and so here you are - modifying somebody's WordPress template to suit your tastes.
The quickest way to center the text is to put a BR tag and an opening CENTER tag just after the "$icons = array" line, and then put a closing CENTER tag followed by a BR tag before the "$icons[] = ob_get_clean();" line.
The approach above uses plain old HTML tags but you can also do it through CSS by modifying a file named style.css (or by using in-line CSS attributes and internal CSS style sheets, but if you want to do it the cleaner way you might as well put in the effort to do it in a completely clean manner). Every theme has one of those because a WordPress theme stores all of its metainformation within the stylesheet, unlike other content management systems and blogging engines that maintain a separate XML file. I guess it's just a convenience that WordPress provides.
@Eza: Every speaker from Google always repeats the same line over and over again - "Content is KING!!!!" Apparently, it's a catch phrase that is popular among internal circles at Google and they want to project it to the world so every speaker is trained to tell folks that line, I don't really know, but every Google speaker I have heard who speaks about search engine optimization has said that line at least once during their presentations. Google's search bots pick up whatever they can from the content on your page and will appropriately direct traffic to your web page even if you have not structured it right, have a poor layout, and have a really broken HTML markup (or XHTML markup, as the case may be, but HTML is more permissive and does not require unclosed HTML tags to have that slash at the end). On the flip side, if you have got some really fancy HTML and CSS with no validation errors, but you haven't got the content, there's no chance in a million that Google is going to send you any traffic at all.... although that is questionable, seeing how so many domain-parked pages are setup out there with the sole purpose of getting visitors to the page through search engines. There is another point that every webmaster does tell you - your content should target humans and not search engines. Search engines help you get people to your website when they need to find something, but it is the regular readers that you want to keep loyal to your website and those are the folks that you should focus on. They would visit your site for updated content, so make sure you do have plenty of content coming in ever so often, just as we do on the KnowledgeSutra forums - there is always a new topic coming up, and if there isn't, there are always replies to existing topics to read. If there are neither of those, there are still the MyCENT posting credits that draw the forum users to the website... which may not be the same as providing content, but is a different kind of an incentive.
@anwii: What's the site that you are putting together? Can we get a peek at it?