When you edit the child theme or standard theme, you will see stylesheet links tags that came with a theme. Always a standard theme retrieves the stylesheet by wp_head function. And so, the same function is able to include your own custom stylesheet. In fact, you can add CSS to wp_head. Hence wp_head in the child theme will add your […]
You have designed a theme’s HTML layout but that doesn’t make up a complete theme. A design has to be implemented with WordPress functions. WordPress functions enable the design to be populated by the posts created by authors. So, this part shows how to integrate WordPress functions in the bootstrap HTML page that I designed in part I. To create […]
Are you a complete beginner to WordPress theme development?
If the answer is YES or NO then You must understand the concept of responsive design.
Take a serious look to get the ability to create a responsive wordpress theme from scratch.
YES, It is from the scratch.
Let’s get started!