{"id":12362354,"date":"2026-03-11T19:36:15","date_gmt":"2026-03-11T11:36:15","guid":{"rendered":"https:\/\/www.likacloud.com\/knowledge\/wordpress%e5%9f%ba%e7%a1%80%e6%95%99%e7%a8%8b%ef%bc%9a%e4%bb%8e%e9%9b%b6%e5%bc%80%e5%a7%8b%e6%90%ad%e5%bb%ba%e4%bd%a0%e7%9a%84%e7%ac%ac%e4%b8%80%e4%b8%aa%e7%bd%91%e7%ab%99\/"},"modified":"2026-06-03T18:59:51","modified_gmt":"2026-06-03T10:59:51","slug":"wordpress-tutorial-build-first-website-from-scratch","status":"publish","type":"knowledge_post","link":"https:\/\/www.likacloud.com\/en\/knowledge\/wordpress\/wordpress-tutorial-build-first-website-from-scratch\/","title":{"rendered":"WordPress Basic Tutorial: Building Your First Website from Scratch"},"content":{"rendered":"<h2 class=\"wp-block-heading\">What is WordPress, and why choose it?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is an open-source content management system (CMS) based on PHP and MySQL. It was originally a blogging platform, but after years of development, it has evolved into an extremely powerful website builder that can create almost all types of websites, from personal blogs to corporate websites, e-commerce stores, and online learning platforms. Its core advantages include being open-source and free, having a vast ecosystem of themes and plugins, and an easy-to-use administrative backend.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are many good reasons to choose WordPress as your first website platform. Firstly, it has an extremely low threshold for installation and use. Even if you have no programming background, you can complete most operations through a graphical interface. Secondly, more than 401 million websites worldwide are powered by WordPress, which means you have an extremely large community support. You can almost always find solutions to any problems you encounter online. Finally, its high scalability ensures that your website can continue to evolve as your business grows, without having to start over from scratch.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Preparatory work before construction<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before you start installing WordPress, you need to prepare the necessary \u201cfoundation\u201d. This mainly includes three core elements: a domain name, a web hosting service, and a local environment setup tool (used for local testing).<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/en\/knowledge\/wordpress\/complete-guide-to-developing-professional-wordpress-theme\/\">How to Create a Professional WordPress Theme: A Complete Development Guide from Scratch<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h3 class=\"wp-block-heading\">Obtain your website address<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A domain name is the unique address of your website on the Internet, for example, <code data-no-auto-translation=\"\">www.yourname.com<\/code>You can purchase a domain name through domain registrars such as GoDaddy, Namecheap, Alibaba Cloud, and Tencent Cloud. It's crucial to choose a domain name that's short, easy to remember, and relevant to the theme of your website.<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      UltaHost WordPress Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">30-day refund guarantee, unlimited bandwidth and database usage, free DDoS protection; purchase for 3 years and get a discount of 50%.<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251227020448.webp\" alt=\"UltaHost LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251229052118.webp\" alt=\"UltaHost LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<h3 class=\"wp-block-heading\">Choose a reliable hosting provider<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A virtual host is the server space where all the files (code, images, databases, etc.) of your website are stored. For beginners, it is recommended to start with shared hosting, which is affordable and easy to manage. Many hosting providers, such as SiteGround, Bluehost, and Alibaba Cloud, offer a \u201cone-click installation\u201d service optimized for WordPress, which greatly simplifies the subsequent steps. When purchasing a hosting plan, make sure it supports PHP 7.4 or higher and MySQL 5.6 or higher (or MariaDB 10.1 or higher), which are the minimum requirements for running WordPress.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Carry out the test on the local computer<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before making your website public, it's wise to set up a testing environment on your local computer. This allows you to freely experiment with themes, plugins, and settings without affecting your live website. You can use software such as <code data-no-auto-translation=\"\">XAMPP<\/code>\u3001<code data-no-auto-translation=\"\">MAMP<\/code> Or <code data-no-auto-translation=\"\">Local by Flywheel<\/code>For example, XAMPP will automatically configure the Apache server, PHP, and MySQL environment on your computer. After the installation is complete, put the WordPress program files into XAMPP's <code data-no-auto-translation=\"\">htdocs<\/code> Simply click on the \"Download\" button in the menu to start the local installation process, which follows almost the same steps as the online installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installation and Basic Configuration Guide<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After completing the preparatory work, we can begin the official installation process. We will use the two most common methods, \u201cone-click installation via the host control panel\u201d and \u201cmanual installation\u201d, as examples to explain the process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install it quickly through the control panel<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The vast majority of mainstream virtual hosts provide cPanel or similar control panels, and integrate one-click installation tools such as \u201cSoftaculous\u201d or \u201cWordPress Manager\u201d. Log in to your host control panel, find the \u201cWordPress\u201d or \u201cApplication Installer\u201d icon, and after clicking it, you usually only need to fill in a few pieces of information: select the installation domain (or subdomain), set the website title, administrator username, password, and email. Click Install, and the tool will automatically complete all the work of downloading, unpacking, creating databases, and configuring files within a few minutes. After the installation is successful, you will obtain the website backend (usually in the form of a dashboard). <code data-no-auto-translation=\"\">\u4f60\u7684\u57df\u540d\/wp-admin<\/code>and the front-end access address.<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/en\/knowledge\/shared-hosting\/shared-hosting-beginners-guide-pros-cons-e7-9f-a5-e8-af-86\/\">What is shared hosting? A comprehensive guide for beginners and an analysis of its advantages and disadvantages<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h3 class=\"wp-block-heading\">Execute the manual installation steps<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Manual installation allows you to gain a clearer understanding of the structure of WordPress. First, you need to download the latest Chinese version of the compressed package from the WordPress.org official website. Then, connect to your virtual host via an FTP client (such as FileZilla) and upload all the unzipped WordPress files to the root directory of your website (usually <code data-no-auto-translation=\"\">public_html<\/code> Or <code data-no-auto-translation=\"\">htdocs<\/code>Next, create a MySQL database in your host control panel and record the database name, user name, password, and host address (which is usually provided by your hosting provider). <code data-no-auto-translation=\"\">localhost<\/code>\uff09\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After completing the upload and creating the database, visit your domain name in the browser. The WordPress installation wizard will automatically start. The first step will prompt you to select a language. The second step requires you to enter the database connection information you just created. The third step, after clicking \u201cSubmit\u201d, if the information is correct, you will enter the \u201cRun the Installer\u201d page. The final step is to set your site title and administrator username (it is not recommended to use the default username and password).<code data-no-auto-translation=\"\">admin<\/code>After that, you need to fill in the required information, including your name, password, and email address. Click on \u201cInstall WordPress\u201d to complete the process. After that, you can log in using the username and password you set up <code data-no-auto-translation=\"\">\/wp-admin<\/code> Backstage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The first settings after completing the installation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After logging into the backend, it is recommended to first carry out several key settings. Go to \u201cSettings\u201d -&gt; \u201cGeneral\u201d, check the \u201cSite Title\u201d and \u201cSubtitle\u201d, and ensure that the \u201cWordPress Address (URL)\u201d and \u201cSite Address (URL)\u201d are correct. Go to \u201cSettings\u201d -&gt; \u201cPermalinks\u201d, and it is recommended to select the \u201cPost Name\u201d structure, which is helpful for SEO and beautifying the URL. Go to \u201cUsers\u201d -&gt; \u201cProfile\u201d, and complete your nickname and contact information.<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      hosting.com Shared Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">High performance with AMD EPYC CPUs, NVMe SSD storage and LiteSpeed, 24\/7, 24x7 expert in-house support, advanced security measures including SSL, brute force, malware and DDoS protection, savings of up to 73%<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/09\/20250901222940.svg\" alt=\"hosting.com LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251228220957.webp\" alt=\"hosting.com LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Create the appearance and functionality of the website<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The core of a website lies in its appearance and functionality. WordPress controls the appearance through \u201cthemes\u201d and expands the functionality through \u201cplugins\u201d.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Choose a suitable skin for the website<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The theme determines the overall layout, style, and design of the website. You can browse and install thousands of free themes through the backend's \u201cAppearance\u201d -&gt; \u201cThemes\u201d -&gt; \u201cAdd New Theme\u201d option. Use keyword filtering to find a theme that suits your website type (such as blog, corporate, photography). After installation and \u201cactivation\u201d, the theme typically provides a customization interface. Go to \u201cAppearance\u201d -&gt; \u201cCustomize\u201d, where you can preview and modify the website's logo, color scheme, menu, homepage settings, etc. in real time. For more fine-grained control, many themes also offer detailed options panels.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Use plugins to extend the capabilities of the website<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Plugins are like apps on your phone, allowing you to add various functions to your WordPress website without having to write code. For example, to add a contact form, you can install one. <code data-no-auto-translation=\"\">Contact Form 7<\/code> Or <code data-no-auto-translation=\"\">WPForms<\/code>To optimize SEO, you can install <code data-no-auto-translation=\"\">Yoast SEO<\/code> Or <code data-no-auto-translation=\"\">Rank Math<\/code>To create a cache and improve speed, you can install it. <code data-no-auto-translation=\"\">W3 Total Cache<\/code> Or <code data-no-auto-translation=\"\">WP Super Cache<\/code>To install a plugin, please go to \u201cPlugins\u201d -&gt; \u201cInstall Plugins\u201d and search for it. It's important to note that you should only install plugins from reliable sources (such as the official WordPress plugin library), keep them updated, and avoid installing too many unnecessary plugins to avoid slowing down the website or causing conflicts.<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/en\/knowledge\/wordpress\/wordpress-theme-development-guide-from-scratch-to-professional-website-12362151\/\">A Complete Guide to WordPress Theme Development: Building a Professional Website from Scratch<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h3 class=\"wp-block-heading\">Creating the main navigation menu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The menu is the backbone of website navigation. By going to \u201cAppearance\u201d -&gt; \u201cMenus\u201d, you can create a new menu (for example, \u201cMain Navigation\u201d), and then add items to the menu from the left-side pages, articles, category directories, or custom links. You can adjust the order by dragging and dropping, and also create multi-level drop-down menus. After creating the menu, in the \u201cDisplay Location\u201d tab, assign the menu to the menu location provided by your theme (usually \u201cMain Menu\u201d or \u201cHeader Menu\u201d).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Add the core content of the website<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Content is the soul of a website. WordPress mainly uses \u201carticles\u201d and \u201cpages\u201d to manage content. \u201cArticles\u201d are typically used for content published in reverse chronological order, such as blogs and news. You can create an article by going to \u201cArticles\u201d -&gt; \u201cWrite Article\u201d and assign categories and tags to it. \u201cPages\u201d are used for static content, such as \u201cAbout Us\u201d, \u201cContact Us\u201d, and \u201cServices\u201d, which usually do not display the publication time and do not belong to the classification system. You can create a page by going to \u201cPages\u201d -&gt; \u201cNew Page\u201d. In the editor, you can add text, images, and videos just like using Word, and use the block editor (Gutenberg) to create rich layouts.<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      InterServer Shared Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">Shared hosting $2.50 USD per month , first month $0.1 USD promo code tryinterserver, 461 cloud apps scripts, one click install.<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251228045033.svg\" alt=\"InterServer LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251229054830.webp\" alt=\"InterServer LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<h2 class=\"wp-block-heading\">summarize<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Building a WordPress website from scratch is a systematic but very clear process. It starts with preparing a domain name and hosting, followed by a convenient installation wizard, and finally shaping it into your ideal form through themes and plugins. The strength of WordPress lies in encapsulating complex web technologies into a simple and intuitive user interface, allowing content creators and entrepreneurs to focus on the value of the website itself rather than technical implementation. After mastering the basic steps introduced in this article, you have successfully taken the first step in building your online presence. Next, by continuously adding high-quality content and exploring the in-depth settings of themes and plugins, your website will become increasingly mature and perfected.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How much does it cost to set up a WordPress website?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The expenses are mainly divided into several parts. The domain name fee is usually about $10-15 per year (or the equivalent in RMB). The annual fee for shared web hosting ranges from 50 to 500 RMB, depending on the configuration and brand. The WordPress itself, most themes, and plugins are free, but some advanced themes and plugins require a one-time or subscription fee. Therefore, the minimum annual cost of a basic personal website can be controlled at around 200-300 RMB.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">I don't know anything about coding at all. Can I still learn to use WordPress?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">That's absolutely possible. WordPress was designed with the aim of enabling non-technical users to easily manage website content. Its backend management interface is intuitive, and core operations such as publishing articles, uploading images, and installing themes and plugins can all be completed with just a few clicks and drag-and-drop actions. The entire community offers a vast number of textual and video tutorials, which you can follow to gradually master the skills.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How can I make my WordPress website get found by Google?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">First, make sure that in \u201cSettings\u201d -&gt; \u201cReading\u201d, the option \u201cDo not index this site in search engines\u201d is not checked. Secondly, install an SEO plugin such as <code data-no-auto-translation=\"\">Yoast SEO<\/code> Or <code data-no-auto-translation=\"\">Rank Math<\/code>They will guide you to set keywords, meta descriptions, and SEO titles for each article and page. Finally, create high-quality, original content and try to obtain links from other websites. You can also proactively submit your sitemap to Google Search Console.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The website is very slow. What could be the reason for this, and how can it be optimized?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The common reasons for slow speed include: insufficient host performance, use of unoptimized heavy themes, installation of too many plugins, and oversized uncompressed images. Optimization methods include: selecting a host or CDN service with better performance; using lightweight, well-coded themes; disabling and deleting unnecessary plugins; and using image optimization plugins (such as <code data-no-auto-translation=\"\">Smush<\/code>1. Compress the images; \n2. Install a caching plugin (such as <code data-no-auto-translation=\"\">WP Rocket<\/code> Or <code data-no-auto-translation=\"\">W3 Total Cache<\/code>The server can use this information to generate static pages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How should I back up my WordPress website?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Regular backups are the lifeline of website security. You can easily do this with plugins, for example <code data-no-auto-translation=\"\">UpdraftPlus<\/code> Or <code data-no-auto-translation=\"\">BackupBuddy<\/code>These plugins can set up automatic scheduled backups, and back up website files and data to the cloud (such as Google Drive and Dropbox) or your computer. Some web hosting service providers also offer periodic server-side backup functions. Please consult your hosting provider for more information.<\/p>","protected":false},"excerpt":{"rendered":"<p>This article is an introductory guide to building a WordPress website for beginners. First, it introduces the advantages of WordPress as an open-source CMS, then details the preparation of a domain name and hosting before setup, and the method of local testing. Finally, it explains step by step the process of installing WordPress via the control panel with one click and manually installing it, as well as the basic settings after installation.<\/p>","protected":false},"author":2,"featured_media":0,"template":"","meta":{"_acf_changed":false,"footnotes":""},"tags":[497,118,496,364,42],"knowledge_category":[280],"class_list":["post-12362354","knowledge_post","type-knowledge_post","status-publish","hentry","tag-cms","tag-wordpress","tag-website-building-tutorial","tag-website-building","tag-virtual-hosting","knowledge_category-wordpress"],"acf":{"site_seo_keywords":"WordPress\u5efa\u7ad9,WordPress\u6559\u7a0b,\u642d\u5efa\u7f51\u7ad9,\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf,\u865a\u62df\u4e3b\u673a,\u57df\u540d\u9009\u62e9,\u624b\u52a8\u5b89\u88c5WordPress,\u7f51\u7ad9\u57fa\u7840\u8bbe\u7f6e"},"_links":{"self":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12362354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts"}],"about":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/types\/knowledge_post"}],"author":[{"embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":1,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12362354\/revisions"}],"predecessor-version":[{"id":12403641,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12362354\/revisions\/12403641"}],"wp:attachment":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/media?parent=12362354"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/tags?post=12362354"},{"taxonomy":"knowledge_category","embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_category?post=12362354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}