PHOENIX, AZ — Ten years of WordCamp Phoenix and it’s still as strong as ever. This year was even better, with some informative sessions from incredible speakers. Answers on content marketing, SEO, page creation, and how to optimize business practices all made an appearance. Read more
Posts by: WordPress
Beating Back Bad Bots On Your WordPress Site
Most web traffic is generated not by humans, but by software. Last year, just over half of all web traffic was machine generated — no humans in the loop. Software web users are called bots. Bots can be divided into the good and the bad. There are more bad bots than good by a wide margin. Read more
Five Must-Have Tools For WordPress Theme Developers
The WordPress theme development scene is as vibrant as it ever has been. As WordPress and WooCommerce continue to grow in popularity, the market for themes grows too. Professional theme developers can build a business creating custom themes for clients or selling themes in the many theme marketplaces. And, even if you don’t want to become a professional theme developer, creating free themes is a great way to cut your teeth as a developer and designer. Read more
WordPress Basics: What Is A Static Front Page?
WordPress began life as a content management system focused on blogging. In the decade and a half since, it grew into a full-fledged content management system suited to any sort of site, including business sites and eCommerce stores. But WordPress still has its blog-engine DNA, and, when first installed, is configured to publish a list of blog posts on its homepage. Read more
What Is The WordPress Loop?
WordPress is written in PHP, a programming language frequently used on the web. PHP code generates the HTML pages sent to a browser by querying the database to gather content and combine it with templates. From this, a final output is generated and displayed to users.
This is why WordPress is so powerful. In addition to being a content management system, WordPress is a framework: it provides functions and APIs that developers can use to build a website. In essence, a WordPress theme is a bundle of code that takes advantage of this framework. Read more
Posted in: WordPressWordPress Basics: What Is The Htaccess File?
WordPress relies on several open source applications, including the PHP interpreter, the MySQL database, and the Apache web server. Apache’s role is to pass requests to WordPress so that HTML pages can be generated and to send those pages to the browser that requested them. Without Apache, WordPress wouldn’t be on the web. Read more
Gutenberg’s Blocks: A Better Abstraction for Content Creation?
The biggest user-facing difference between WordPress’s current editor – the classic editor – and the new Gutenberg editor is the block interface. Gutenberg is a block-based editor. But what is a block? How are blocks different to the classic editor’s familiar editing interface? Why were blocks chosen instead of some other content editing abstraction? Read more
What’s New In WordPress 5.0?
WordPress 5.0 has been released, and for many site owners, the question of whether it’s worth upgrading is towards the top of their list.
While we’re not going to force you to make a decision – our hosting solutions give you the option of when you want to upgrade your CMS – we are going to present you with some of the new features that come with WordPress 5.0. Read more
Posted in: WordPress