Create Shortcode in wordpress custom plugin
Sometimes, no matter how cool your theme or how incredible the visual editing plugin you are using is, there is a feature you want that they just don’t have. And…
Sometimes, no matter how cool your theme or how incredible the visual editing plugin you are using is, there is a feature you want that they just don’t have. And…
WordPress offers built-in functionality for navigating through posts. Theme developers can use simple links or numbered pagination to indicate the previous page or the next page in a given sequence.…
On your WordPress website, post types are used to help distinguish between different content types in WordPress. Posts and pages are both post types but are made to serve different purposes. Download &…
The custom logo support should be added first to your theme using add_theme_support(), and then be called in your theme using the_custom_logo(). A custom logo is optional, but theme authors should use…
Friends, navigation is very important for any site, as you know, almost all the pages in any site are linked to the navigation menu and there are some pages which…
The JavaScript and these images play a very important role in any website. As you all know, the design of any website depends on these three things. Without these three,…
As you all might know how important header and footer are for any site, the total navigation of any website is done on header and footers only and with the…