WordPress Concepts

So I just wanted to go over a few word press concepts which I can say that I picked up along the way. So let me start with the concept of creating a theme. Themes are the corner stone of WordPress. A theme basically dictates what and how much functionality is built into your CMS site. While the blog I am making has limited functions beyond read. post and edit I hope to add more functions as time passes.Go to your blog list

Speaking of functions. The function.php was lost to me in the first week of working on this project but as time past I came to understand it and its purpose as a place to store your functions. For me the power of function.php was not having to be too pressured when using certain variables and the WordPress functions at least when used with in "The Loop".

The Loop is a term that refers to the while loop that is used in WordPress to generate posts. This loop allows creators to use functions that, within which, automatically refer to the singular post. Functions created in the function.php will benefit from this and as I keep on working I began to realize that I was writing way "code" less out in the other php pages.

Finally the reality of how well a CMS WordPress was didn't resonate until I have created quite a few test posts and saw how well things were stored and how the information was referenced inside the MySQL database. Having said that I must say that CMS aren't always the go to solution they claim to be. While the power of WordPress was evident to me its not for everyone's site. Brochure type sites don't need anything beyond HTML5 and Javasript. They simply need to give minimal interactivity and support of media. WordPress is for site where content is a concern. Where information, media and how the visitor consumes it is very important.

Post a Comment

Previous Post Next Post