Web Design has moved to GCO Studios

GCO Studios logo

Thank you to all who have followed this site, but our new site is now up. All future updates, articles and tutorials will now be posted on the main blog at GCO Studios.

Sincerely,

Jose Guerra

Posted in News | Tagged | Leave a comment

Site News October 28, 2010

I realize that I have not made any updates recently. The reason for this is due to the new redesign that I am currently working on. The implementation of this new re-design has been a slow progress but it will be fruitful once completed. The future of this site will be used mostly as a show case or a demo site. Future updates and articles will be published on the new site that I am finalizing. I apologize for any inconvenience and I will make another update announcing the launch of the new site and the continuation of tutorials and articles that still need to be written.

Sincerely,
Jose

Posted in News | Tagged | Leave a comment

WordPress Functions File Tutorial with Child Theme

Part One

When building a theme the functions.php file can enhance your theme’s features and in some cases performance. There are many tutorials that give you snippets of code to use but it’s up to you to figure out how to implement it into your functions.php file. The aim of this tutorial will be to give a more indepth understanding of the functions.php file and how to actually use it.

Although there are many functions.php tutorials on the web, not many tell you how to properly create one for a WordPress child theme. This tutorial will provide additional information on how to use it with your Twenty Ten child theme.
Continue reading

Posted in Tutorials | 1 Comment