Today we are excited to announce the release of Upfront 1.3, which we’re dubbing “Upfront for Publishers.” This version of our WordPress theme platform includes a huge update to the post and page writing experience. Want to display your featured images above the titles of your posts? Easy. Or show the publication date at the bottom of posts instead of …
7 Courses That Turn WordPress Users into Developers (Free and Paid Options)
You’re not a beginner anymore. You don’t need to watch another tutorial on how to install WordPress, set up a theme, or find and install plugins. But, that doesn’t mean that you know everything. Maybe you’ve built a simple theme or plugin, but not the sort of thing you’d consider submitting to WordPress.org. Or maybe you’re pretty good with HTML …
How to Use Git for WordPress Development
You know Git, right? It’s one of the most popular version control systems in use today. Plus, it’s everywhere: Pre-installed by many hosting providers, used as the system that operates behind GitHub and Bitbucket, and now even built into easy-to-use WordPress plugins. There’s been a lot of noise about Git in the WordPress community lately thanks to the development of …
How to Add Adults-Only Age Verification to Your WordPress Site
Do you know who is visiting your website? And, more importantly, does the demographic of your visitors even matter? For some businesses and bloggers, that answer is a resounding: YES. If you’re reading this, you probably have (or need to implement) an age requirement restriction for visitors to your site. There are a variety of reasons for needing to restrict …
WordPress Developer Super Cheat Sheet
There sure is a lot you need to remember when working with WordPress theme files. From the names of basic template files to functions and how the WordPress Loop works, it’s next to impossible to remember every PHP tag or even how to define a new theme. About 550 students enrolled in our Academy course, WordPress Development for Beginners, are …
WordPress Development for Intermediate Users: Custom Post Types and Taxonomies
Custom post types and taxonomies are what make WordPress a Content Management System (CMS), and not just a blogging platform. With them, you can add your own post types, which you can then display using targeted template files. You can also create custom taxonomies that let you use more than just categories and tags to classify your content. This is …
MySQL and WordPress: Understanding How Databases Work
WordPress uses MySQL, an open source database management system, to store and retrieve all of your website’s information, from the content of your posts and pages to your comments, usernames and passwords. If you need to visualize it, think of your site’s database as a filing cabinet and MySQL as the company that made it. MySQL is a popular choice …
How to Hide Your WordPress Login Page From Hackers and Brute Force
Running a WordPress website can feel like managing a magnet for malicious login attempts. Brute force attempts to log into WordPress are so common there’s a page in the Codex dedicated to the topic. There are many strategies for dealing with this problem, and the best strategy is to deploy multiple strategies. In this article, I’ll explain how I implement …
Privacy Checklist: 10 Tips for Protecting Visitors to Your WordPress Site
Businesses of all sizes—bloggers, SMBs, eCommerce companies, large enterprises, and more—understand the importance of having a website. Without it, a business is relegated to the more time – and labor – intensive (and not to mention outdated) method of increasing brand recognition and converting leads through cold calling and word-of-mouth. Plus, if your brand doesn’t have a website, you’re relying …
Top 25 Free WordPress Plugins and Why They’re So Damn Popular
Ever wondered what the most popular free WordPress plugins are and why they’re so freaking popular? Knowing the answer could help you understand which ones are a must to install on your site (or even what kinds of plugins you should be building). The more plugins you include in your site, the more you weigh it down and run the …