Posts Tagged ‘Page’

WordPress Theme Development 18 – Home Page Template

Do you notice any different on my home page? Yes. It is not longer very static informations. It does have a brief introduction. Of course, that is static. Then there are two parts that are dynamic information. The first one is the recent posts of my blog. The second one is some random images from [...]

WordPress Theme Development 16 – Page Template

No matter how, we still felt we need to have a different template for site pages. Page template should not have both the meta post data and comment info. We took the main index template and modified it. The final code is as below as reference.