Documentation

WP Tutorial

How to import Tumblr migration into WordPress

Have you been blogging on Tumblr? While it is undoubtedly a good Weibo platform, it has some limitations, especially when you compare it to most other content management systems and blogging platforms. If you want your blog to climb to...
WP Tutorial

How to upload PDF files to WordPress

When it comes to WordPress media types, most attention is focused on images and videos. This makes sense, but misses a valuable and useful file type that you may need to reconsider-the Portable document format (PDF). The good news is...
WP Tutorial

How much does it cost to build a WordPress website?

WordPress may initially be a simple blogging platform. But in recent years, it has not only become the best blog platform, but also become a comprehensive content management system. The White House, jQuery, NGINX, the New York Times and other...
WP Tutorial

How to add new WordPress users through MySQL database

The design goal of WordPress gives you flexibility, but the most effective way to perform tasks is through the dashboard. You can get almost all aspects of the installation here, usually through an intuitive graphical user interface (GUI). Sometimes, however,...
WP Optimization

How to clear the WordPress site cache

Having a fast-loading website is critical to user experience and SEO (search engine optimization). Websites with optimization speed tend to have lower bounce rates, resulting in higher participation and conversion rates. Google also prefers fast sites and ranks higher on...
WP Optimization

Using WP_Query to build efficient WordPress queries

As WordPress developers, we often need to retrieve articles, pages, and other content that meet specific criteria from the WordPress database. In general, we don’t need to build SQL queries (usually we shouldn’t), because theWP_Queryclass and its methods provide us...