Card Style with Scrolling Border On Hover using CSS
In this CSS tutorial we will create a cool service / feature box using CSS. The box will have a left scrolling border on hover.
HTML
Let's first create a simple service box.
In this CSS tutorial we will create a cool service / feature box using CSS. The box will have a left scrolling border on hover.
Let's first create a simple service box.
In this Visual Studio Code tutorial we will learn how to decrease the width of line number in Visual Studio Code editor.
In this WordPress tutorial we will learn how to register a new image size in WordPress.
WordPress has few default sizes for images, like thumbnail, medium, large, full. When you upload an image, it will automatically create additional images to these sizes.
You can create additional image size as per your need. Like you may need new image size to use as featured image on homepage.
Follow below steps to create a new image size and use it as featured image.
In this WordPress tutorial we will learn how to include custom category or taxonomy term in url of custom post type.
Let's say we have a custom post type course. And we also have a custom taxonomy subject for this post type.
Let's create a custom content type course. Add below codes in functions.php file of your theme.
In this WordPress tutorial we will learn how to print / display terms of a custom taxonomy or WordPress default category in hierarchical order and reverse hierarchical order in single post.
In this WordPress tutorial we will learn how to print single post taxonomy terms in hierarchical order. This taxonomy can be default WoordPress post category or custom taxonomy.