How to View Upcoming WordCamps in your Dashboard
Over the course of a year, WordCamps take place nearly every weekend. Although you can view upcoming events on WordCamp Central, a relatively...
Things to consider when you choose next Theme for your WordPress website
One the biggest challenges that every WordPress blogger or website owner will experience over time is a moment when you need to switch...
How to disable and remove comments in WordPress
Comments are native feature of WordPress as its the blogging platform and comments can really spark up the life of website by turning...
How to find Post ID in WordPress
Sometimes you might need to know your post or page ID in WordPress and these kind of details are usually not visible in...
How to fix missing schedule posts and WordPress Cron job issues
Basically, WordPress has it’s own Cron job that helps with automation of some processes, like posts scheduling or similar. It’s not actually a...
Disable or remove WordPress responsive image markup
WordPress 4.2 introduced so-called “native” responsive image markup that uses srcset and sizes attribute. It’s applied to all images in order to server...
Tooltips in HTML and CSS
The HTML
All you need for the HTML is an anchor tag (or any tag you like) with a child element. The child will...
Creating Tabs with HTML, CSS & jQuery
In this tutorial, we’re going to look at how to create tabs in HTML, CSS and jQuery. If you get stuck, don’t hesitate...
Sass for Beginners
Tutorial Quick-Links
Sass: A Brief Overview
How Setup Sass
Variables
Extends and Mixins
Organising Project Files
Helpful Links
1.) Sass: A Brief Overview
Before we get started let me give you...
Accordion with HTML, CSS & jQuery
An accordion is usually associated with FAQ areas. If printed to the page, FAQs could stop users from finding the answers they’re after...
WordPress Custom Post Types and Taxonomies for Beginners
After you’ve been developing with WordPress for a while you’ll come across custom post types and taxonomies. However it can be pretty confusing...
How to Create a Custom Login Page for WordPress
WordPress is a super-powerful CMS and considering it started out as a blogging platform, it’s come a very long way. You may have...