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 upload local video tutorial in wordpress
- There are two methods for uploading local videos to WordPress blogs. One is to directly upload and insert video files when writing articles in the background, and the other is to upload to the server through the ftp tool.
- WordPress 4749 2019-07-15 09:49:39
-
- How to call the search box in WordPress
- The search box can be called in wordpress through the add_filter function: first open the functions.php file, then call the function at the end of the file, and finally the search box can be automatically added to the main menu bar.
- WordPress 5281 2019-07-20 15:36:11
-
- How to change WordPress password if you forget it?
- Use Phpmyadmin to log in to the database management, and then execute the sql statement "update user set password=password("new password") where user='username'; to update and modify your WordPress password.
- WordPress 5073 2019-07-20 16:00:39
-
- How to set Chinese font in wordpress
- How to set Chinese fonts in WordPress: Add the code to set Chinese fonts in the theme's functions.php template file to add Chinese fonts to WordPress, and then write the function code to select the font.
- WordPress 3858 2019-07-15 09:39:34
-
- How to import template data in wordpress
- How to import template data in WordPress: First click "Tools" in the WordPress background; then select the import option, and the tools that need to be imported will appear; then install the import tool, and after installation, import the data according to the prompts; then select the xml file of the demo data and click Just upload and import.
- WordPress 10074 2019-07-20 16:15:32
-
- How to achieve real-time refresh in wordpress
- Real-time refresh of wordpress can be achieved through the WP Super Cache static cache plug-in. WP Super Cache edits the cache through the wp_cache_post_edit function. Copy the relevant code to functions.php to achieve refresh.
- WordPress 3296 2019-07-20 15:38:43
-
- How to import themes in wordpress
- How to import themes into WordPress: First connect to the host space through FTP; then enter the /wp-content/theme directory of the website and upload the locally decompressed theme files here to complete the theme import.
- WordPress 5980 2019-07-22 13:44:30
-
- How to publish wordpress articles to the website
- How to publish articles to the website in WordPress: First enter the website backend and find "Articles" in the menu bar; then select "Write Article" in the drop-down menu to enter the article writing interface; then you can write the article, and click to complete the article editing Publish to publish to the website.
- WordPress 3646 2019-07-20 17:31:52
-
- What to fill in for WordPress database host
- For the WordPress database host, fill in localhost or the domain name of your website. WordPress users can set up their own website on a server that supports PHP and MySQL databases.
- WordPress 7555 2019-07-20 16:23:43
-
- Do you need to learn PHP for WordPress?
- 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. Then to use WordPress to build a website, you only need to learn the basic syntax knowledge of PHP, knowledge points related to database operations, and understand common functions.
- WordPress 2603 2019-07-15 09:14:55
-
- How to make WordPress blog homepage static
- How to make the WordPress blog homepage static: First, create a new PHP file and write the code to realize the static homepage, and then upload the file to the root directory of the website. At this time, directly open the browser to access the file to generate an HTML static page for the homepage.
- WordPress 4232 2019-07-20 15:58:56
-
- How to delete WordPress theme template copyright
- How to delete the copyright of WordPress theme template: first open the file footer.php in the theme folder wp-content/themes/theme name; then directly delete the copyright information code.
- WordPress 3011 2019-07-22 13:37:08
-
- How to improve the security of wordpress
- Methods to improve the security of WordPress include: 1. Use Bcrypt password hashing. 2. Enable WordPress.com protection. 3. Hide login URL. 4. Turn off "Forgot Password". 5. Enable https protocol.
- WordPress 2005 2019-07-15 09:04:31
-
- How to make wordpress only display the first 3 lines of an article
- In WordPress, you can use the more tag to display only the first three lines of an article. As long as you insert the more tag after the third line, you can display only the first three lines of the article when it is displayed on the web page.
- WordPress 2818 2019-07-15 09:04:19
-
- How to automatically add internal links to keywords in WordPress
- WordPress automatically adds internal links to keywords. This can be achieved by adding relevant code to the function.php file. After the file modification is completed, update the template function, clear the browser cache, and reopen the article to see the effect.
- WordPress 4952 2019-07-20 15:34:30