jaminrai

HOW TO DISPLAY ALT IMAGE AND CAPTION OF IMAGE IN WORDPRESS THEME DEVELOPMENT?

Alt is crucial part of SEO because it describe the image for engines and screen readers. whereas, the caption is…

6 years ago

EXCERPT SIMPLIFIED IN WORDPRESS THEME DEVELOPMENT

Excerpt is the short form of the whole article. If you want to get the whole article inside the loop…

6 years ago

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