WordPress is the best and the most used platform for building a blog or a website. It offers a number of suitable themes, templates and plugins for all genres and areas. There are so many options available that one may…
WordPress is the best and the most used platform for building a blog or a website. It offers a number of suitable themes, templates and plugins for all genres and areas. There are so many options available that one may…
Here is how to modify the query for default taxonomy archive pages (tag archive page or category archive page) to display custom post types. /** * Add custom post types to the default tag query * * This will make…
Are you new to website designing? If you are a beginner, you must be confused what template to choose and on what theme the website has to be built. There are so many options on WordPress which makes it a…
We are talking about carousel included in Bootstrap 4, you can see how to add one here. Add this to your JS file or load it on the footer // Thanks to Maaaaark – https://github.com/maaaaark/bcSwipe/blob/master/jquery.bcSwipe.min.js !function(t){t.fn.bcSwipe=function(e){var n={threshold:50};return e&&t.extend(n,e),this.each(function(){function e(t){1==t.touches.length&&(u=t.touches[0].pageX,c=!0,this.addEventListener(“touchmove”,o,!1))}function o(e){if(c){var…
This was a case on a project where a custom listing post type had post meta that specified if it was as platinum sponsor, or a gold sponsor or a verified profile. The job was to list the platinum sponsors…