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:
-
- Why can't I download the theme after installing WordPress?
- The theme cannot be downloaded after WordPress is installed because the folder permissions are insufficient. We can create tmp first, then set the permission to 777, and then modify the wp-config.php configuration file.
- WordPress 3192 2019-07-18 09:43:13
-
- How to bind domain name in wordpress
- Open wp-config.php in the root directory of the website, call the define function after define('WP_DEBUG', false); to cancel the domain name binding, put the specified domain name in the $domain array, modify the domain name, and then call The define function can modify the static file address.
- WordPress 5640 2019-07-18 09:36:59
-
- How to install wordpress installation package
- WordPress installation method: First, unzip the WordPress installation package to an empty folder and upload it; then access (IP|Domain name)/wp-admin/install.php in the browser to complete the installation.
- WordPress 5729 2019-07-18 09:35:07
-
- How to modify WordPress theme language pack tool
- WordPress modification theme language package tool: Open the language or lang folder under the theme file, find the .po file to open, then click File-Preferences to enter, after opening, click the "Editor" tab to enter, and check "Automatically compile when saving." mo file" can realize the translation operation of the theme.
- WordPress 3937 2019-07-18 09:28:22
-
- Does wordpress support html?
- WordPress cannot directly support HTML. You need to modify xx.html to page-xx.php and upload it to your current theme directory for use, or create a page with the alias xx in the WordPress backend and publish it.
- WordPress 2917 2019-07-18 09:26:48
-
- How to use wordpress plug-in
- After the WordPress plug-in is installed, you can find the corresponding plug-in in Installed Plugins, where you can enable or disable the plug-in, and upgrade or delete the plug-in. Once you enable a plug-in, the plug-in will be displayed in the menu bar of the WP backend, and plug-in function settings can be set.
- WordPress 5729 2019-07-18 09:23:50
-
- How to deal with the timeout prompt when installing a WordPress theme
- How to deal with the timeout prompt when installing a WordPress theme: Find the wp-admin/includes/file.php file and look for the code wp_remote_get($url, array('timeout' => 300)); change 300 to 600 or greater .
- WordPress 3245 2019-07-18 09:18:14
-
- How to install wordpress theme
- How to install a WordPress theme: First package the theme package in .zip format, then find the backend –> Appearance –> Theme –> Install Theme –> Upload, and then click to select the theme package to install it directly.
- WordPress 1843 2019-07-18 09:12:05
-
- Is wordpress open source?
- WordPress is open source. WordPress is a free open source project licensed and released under the GNU General Public License. WordPress is a blogging platform developed using PHP language. Users can set up their own website on a server that supports PHP and MySQL databases.
- WordPress 3448 2019-07-17 10:39:14
-
- Does WordPress charge?
- The WordPress program itself is free. However, some WordPress plug-ins are paid plug-ins, and of course there are also free plug-ins. WordPress is powerful, has many plug-ins, is easy to expand its functions, and is very convenient to install and use.
- WordPress 4709 2019-07-17 10:36:39
-
- Which major websites use wordpress?
- Large websites built with WordPress include: BATA Group, the official blog of Blackberry, the official blog of LinkedIn, the Facebook newsroom, the official blog of Samsung digital cameras and camcorders, etc.
- WordPress 4043 2019-07-17 10:27:44
-
- How to add pictures to articles in wordpress
- Add pictures to articles in WordPress: 1. When writing an article, click Add Media directly, upload the pictures to be inserted, and then insert the pictures into the article. 2. Upload the picture to the multimedia library first. When you need to add a picture, just select and insert it in the multimedia library. 3. Insert network pictures through the picture URL address.
- WordPress 3893 2019-07-17 10:21:50
-
- Where are the files uploaded by wordpress?
- The default directory for uploading files in WordPress is /wp-content/uploads, and the files are organized in the form of year and month. Although we can remove the option to organize by year and month, or change the storage path, this setting will be applied globally. Specific directories cannot be selected to store files based on specific criteria.
- WordPress 3898 2019-07-17 10:17:06
-
- Where to put js code in wordpress
- In WordPress, the js code is usually placed directly in the header.php or footer.php file, and the js file calling code is added there.
- WordPress 3603 2019-07-17 10:11:56
-
- How to add language pack in wordpress
- Adding a language pack in WordPress: First modify the wp-config file under the project directory, then download the Chinese language pack and install it. After the installation is complete, go to Settings-General and select the language as Simplified Chinese. The language pack is added and applied successfully.
- WordPress 8700 2019-07-17 10:02:34