HTML to WordPress
How separate php header, footer and sidebar from index
Today topics is separate php file like header as header.php footer as footer.php and sidebar as sidebar.php from index.php . You may saw that every website has same structure in every pages or template for header, footer and sidebar(sidebar can be right or left side). Header.php Header.php is that which contain header markup. A website… Read More
HTML to WordPress
How create HTML to WordPress static page
Welcome to all. In this article I am going to discussion about how convert HTML to WordPress static page than next I gradually discuss on how to WordPress theme development from HTML . Now I am going my current topics, -basically WordPress must need to file index.php and style.css. If missing index.php the theme show… Read More