current location:Home > Technical Articles > CMS Tutorial > WordPress
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to change WordPress home page to home
- The first step is to log in to the WordPress backend. ||The second step is to click "Appearance" and select "Menu". ||The third step is to change "Home" to "home" in the navigation tag.
- WordPress 6265 2019-07-19 16:37:55
-
- How to create a product display page in WordPress
- Steps to create a product display page in WordPress: The first step is to create article categories in the background. The second step is to enable the thumbnail function. Step 3: Add articles and set thumbnails. The fourth step is to call the category information, article title and thumbnail.
- WordPress 5439 2019-07-19 16:28:56
-
- How to change the WordPress database account password if you forget it
- Use phpMyAdmin to find the wp_users table from the WordPress database list and click Browse. After listing the user information, click Edit to modify the account. Delete the value in the user_pass field and replace it with the new password, MD5 encrypt the new password, and click the Go button to change the password.
- WordPress 8373 2019-07-19 16:26:59
-
- Why does wordpress get a 404 error?
- The reason why a 404 error occurs in WordPress: The most likely reason is that there is a problem with the configuration of apache (PHP server). After setting a custom fixed link in the background, it is equivalent to customizing the pseudo-static rules of the site, and Apache is not turned on. Supports pseudo-static functionality.
- WordPress 4498 2019-07-19 16:15:25
-
- How to set up WordPress post excerpts
- First enter the WordPress backend, then click "Display Options" in the upper right corner of the article editing page, check the "Abstract" option inside, and then write the summary content separately when writing articles.
- WordPress 3405 2019-07-19 16:04:40
-
- How to set up banner in wordpress
- The first step is to add the function function to the functions.php file. ||The second step is to refresh the WordPress background and the “banner image” option button will appear. ||The third step is to create a new field, select the field group, fill in the name, then select the location, add "large content" to the field group, and confirm to save.
- WordPress 8407 2019-07-19 15:53:01
-
- How to add web pages to wordpress website
- The first step is to enter the WordPress backend. ||The second step is to select Dashboard, click Pages, and then click Add New. ||The third step is to enter the newly created page.
- WordPress 3905 2019-07-19 15:29:59
-
- What should I do if there is no template option for the new WordPress page?
- The first step is to open php.ini in vim or vi. ||The second step is to enter /scandir to search for the scandir function and find scandir in disable_functions. ||The third step, press the dw key to delete the scandir, continue to press x to delete the extra commas, and save the settings.
- WordPress 3685 2019-07-19 15:00:22
-
- How to write the action attribute of WordPress form tag
- The action attribute specifies where the form data is sent when the form is submitted. action="currentPage.xxx": If it is the current page, submit to the current page and jump to the current page. Of course, you will not see the change in the url; if it is a non-current page, submit to the non-current page and also jump to Not the current page.
- WordPress 3283 2019-07-19 14:47:59
-
- How to use wordpress alliance plug-in
- WordPress Affiliate and Referral plugins can help you organize your affiliate program easily. Some functions of this plug-in: can manage and track the performance of affiliate partners, integrate PayPal to easily pay affiliate partners, integrate existing e-commerce systems, and set offline banners and links for promotion.
- WordPress 3068 2019-07-19 14:23:57
-
- How to close the website in wordpress
- Create a new file named .maintenance in the WordPress root directory: <?php $upgrading = 1234567890; ?>. The number in it is the Unix timestamp. Before the time specified by this timestamp and 600 seconds after that, WP will be in maintenance mode.
- WordPress 6196 2019-07-19 14:07:47
-
- How to display all articles on one page in wordpress
- Copy the page.php file and change it to page-abc.php, create a new page in the WordPress backend, and change the fixed link address to abc. Find <?php the_content(); ?> in the file, and add the code to display the number of articles at the end, and save the update.
- WordPress 3121 2019-07-19 13:51:03
-
- How to create a site within WordPress
- A site within a site refers to using a secondary directory under the main domain name to build a website of the same system or a different system. First enter the interface of the website, click on the wordpress icon, click on articles, and click on category directory. Then click Add New Project, check the first-level directory and the second-level directory, and click Apply.
- WordPress 3033 2019-07-19 13:37:55
-
- How to translate wordpress into English
- WordPress can use multi-language translation plug-in to translate English. Commonly used plug-ins: WPML plug-ins support more than 40 languages by default, and other supported languages can also be added. It can add translations to the main domain, but also to subdomains and other domains, making it a universal way to manage multilingual websites, and more.
- WordPress 3005 2019-07-19 13:13:34
-
- How to set up friendly links in wordpress
- The first step is to enter the WordPress backend, select the plug-in and install it. Then search for "Link Manager" to install and enable it. ||The second step is to select the link on the left side of the menu and click Add, enter the information and click Add link. ||The third step is to select the appearance, click on the widget, drag the link to the right, set it and save it.
- WordPress 3720 2019-07-19 11:54:55