Writing a first code to your own custom theme in wordpress

PHP CMS Frameworks September 05, 2012

In the previous post we have discussed about "Building your own theme in Wordpress". At this post, we try to show a article at front page. So, we will write simple code.

Open "index.php", enter following code:

Wordpress_own_theme_code

Open your browser. Point to http://localhost/wordpress.

Now, we will try to loop and show all posts:

Wordpress_own_theme_code

Comments · 0

Post a Comment