jaminrai

DISPLAY CATEGORY LIST OF POST IN WORDPRESS DEVELOPMENT.

In wordpress there can be more than one category. Thus it has to be kept in unordered list <ul> .…

6 years ago

CUSTOM LOGO IN WORDPRESS DEVELOPMENT .

Custom Logo is your Brand Logo which is shown usually above or on navbar. During the development of wordpress theme,…

6 years ago

How To display Favicon, Site Title and Tagline on wordpress development?

What is site Icon?It is small icon on the tab bar of your websiteWhat is title and tagline?They are name…

6 years ago

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…

6 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]

6 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…

6 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…

6 years ago