If you use a mobile device to browse the internet, you’ll have noticed lots of sites with burger menus. These are menus that are hidden behind a ‘burger’ icon that the user can tap on, to reveal the whole menu. The reason they’re called ‘burger menus’ is because of the icon that normally represents them […] View original post at …
13 Scary Websites from TV and Movies that Need to Die
The average adult watches approximately four-and-a-half hours of TV every single day. This includes both live and DVR’ed content. Then there are online streaming services like Amazon Prime, Hulu, and Netflix to think about. Netflix alone clocks about 125 million hours of streaming video each day. Needless to say, when your audience doesn’t have their […] View original post at …
Is WordPress Secure?
The question of whether or not WordPress is secure is complicated. While it’s obviously a secure enough platform for roughly a quarter of all websites around the world that are powered by WordPress, it’s not without its flaws. So, who is responsible for keeping WordPress secure? Of course, some of that responsibility ultimately falls on […] View original post at …
Adding WordPress Admin Tables to Plugins with WP_List_Table
WordPress administration tables, or list tables, are used extensively in admin areas to list posts, pages, users, etc. If you’ve ever wanted to add such list tables with your own data to your plugin, WordPress provides a nifty way to do so with the WP_List_Table class. In this article, I’ll show you how to use […] View original post at …
Using Categories, Tags and Taxonomies Properly in WordPress
Categories, tags, taxonomies, and terms in WordPress can be confusing. When you first start out with WordPress, you’ll no doubt happily use categories, and possibly tags, but then as you start to delve into the system more and use it as a CMS, then custom taxonomies will come into play. But what’s the difference between […] View original post at …
8 Critical Tests to Run Before Launching Your New Website
Drag and drop website builders like Wix and Weebly have many people thinking that publishing a website is as simple as pressing a button and basking in the gloriousness of your perfect live site. Of course, most serious web developers scoff at these beginner website builders and the instant gratification mindset behind those who choose […] View original post at …
Handling Form Submissions in WordPress with Admin-Post and Admin-Ajax
WordPress provides incredible support for you to work with form submissions in your application. Whether you add a form in the admin or public facing areas, the built-in mechanism with the admin-post and admin-ajax scripts will allow you to handle your form requests efficiently. In this article, I’ll show you how to handle custom form […] View original post at …
14 Awesome Website Headers For Your Inspiration
In the past, a “header” in web design typically referred to the ever-present strip at the top of websites that contained the logo, navigation bar, and maybe some contact details and search bar. Nowadays, a “header” refers more often to the entire space above the fold on the home page. Unless someone’s found your site […] View original post at …
Adding a Custom Widget to Any Page, Post or Template in WordPress
Widgets make WordPress really flexible. By adding widget areas to your themes, you let users insert their own custom content without having to write a line of code. They’re most common in sidebars and footers, where they’re often used to hold widgets such as the search widget, latest posts widget, or maybe a custom menu. […] View original post at …
How to Code an Automatic Section Menus Widget in WordPress
If you’re a regular user of large e-commerce or news sites, you’ll have noticed that they have section menus, with links to all of the pages in the section that you’re currently in. Adding one of these to your site helps users find related content and will reduce your bounce rate. But setting up a […] View original post at …