Category: Themes
Codex The Loop – Developing WordPress Themes Part Seven
The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes...
Template Tags – WordPress Themes Development Part VI
Template tags are used within themes to retrieve content from your database. The content can be...
Template Hierarchy – Developing WordPress Themes Part 5
As discussed, template files are standard and reusable files, which are used to create web pages on...
Themes Files – WordPress Themes Development Part 1
Themes files are used in all WordPress themes, but first let’s get to know the...
style.css – WordPress Themes Development Part 2
The style.css template file is a file that writes only the CSS code required for every WordPress theme. Controls...
Defining CSS and JS (wp_enqueue_style) WordPress Theme – Part 3
When creating a theme, you may want to define CSS and JS files. However, remember that...
Post Type – Developing WordPress Themes Part 4
There are many different Post Type in WordPress. These content types are usually described as post...
Add Social Media icon widget to customizer
Adding Social Media icon widget to customizer is an important topic for many website owners,...
Footer Copyright section of the WordPress site
By showing the Footer Copyright section of the site , it means that you will show...
Meta tags to a site without a Plugin
Yes, you can add meta tags to a WordPress site without the need to install...