wordpress

How to add Features in WordPress using add_theme_support Function

While developing wordpress theme, you wont get section to add post image. So you need to add the following codes…

4 years ago

HOW TO SHOW NUMBER OF VIEW (VIEW COUNT) IN WORDPRESS? [for wordpress developer]

HOW TO SHOW NUMBER OF VIEW (VIEW COUNT) IN WORDPRESS? [for wordpress developer]

4 years ago

DATE AND TIME IN WORDPRESS DEVELOPMENT

This article gives idea about two types of date.THE FIRSTa) dateif you want to show todays date you can use…

4 years ago

HOW TO REGISTER NAV MENU IN WORDPRESS?

The easiest way to add the nav manu in the dashboard is by using "register_nav_menus()" function and hook in the…

4 years ago