How to Create WordPress Custom Theme – 1 – Setting up index.php file with global header & footer
As a WordPress developer, You should know to create custom theme & custom plugin. Here the first tutorial about how to create custom theme in WordPress.
As a WordPress developer, You should know to create custom theme & custom plugin. Here the first tutorial about how to create custom theme in WordPress.
All big companies don’t want to relay on any prebuilt theme from WordPress library because when theme supports ends, they start facing the issues in future update of WordPress versions…
After many years of experience in web development area, people like to known as fullstack developer. Here is the very simple idea what is that?
Check this game: https://majo.stitcher.io/
We know what is Ajax and how to call it. We know how to read local file using Ajax & We know how to call API to get JSON as…
We know the APIs are the waiters who go into the kitchen and take the food to the table for us. APIs are built with any language. Remember JSON output…
Now we need to display post count for each post, for that we need to add custom field in db and it’s value. In WP we use post meta to…
We can run a simple static query and run that query as we did in first part while we activation hook but to fetch the data from the table we…
There is a simple function called wp_enqueue_script & wp_enqueue_style to add js & css but the arguments we are passing in both functions are important.
We will see how to pass parameters in short-code, How to assign default values to parameters and How to use separate files to create a long html.