current location:Home > Technical Articles > CMS Tutorial
- 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:
-
- The whole process of WordPress theme production (3): HTML static template production
- Earlier I introduced to you the "Full Process of WordPress Theme Production (2): Theme File Composition". This article continues to bring you the "Full Process of WordPress Theme Production (3): HTML Static Template Production". Let's take a look at it together~
- WordPress 2360 2023-02-21 10:08:29
-
- The whole process of WordPress theme production (9): making single.php
- Today we are going to make a single article page single.php. With the previous experience of making index.php, making single.php is no longer that difficult. Here we will directly skip some content and give the results directly. If you are not sure about some modifications, you can refer to: The whole process of WordPress theme creation (8): Making index.php
- WordPress 1657 2023-02-21 10:07:34
-
- The whole process of WordPress theme creation (8): making index.php
- I have introduced to you the "Full Process of WordPress Theme Production (7): Making sidebar.php". This article will continue to introduce to you how to make index.php. Let's take a look at it together~
- WordPress 1859 2023-02-21 10:17:29
-
- The whole process of WordPress theme creation (2): theme file composition
- Before you start making a WordPress theme, you must first understand what files a WordPress theme is composed of. You must understand how the WordPress program is connected to the theme files.
- WordPress 1911 2023-02-21 10:01:12
-
- The whole process of WordPress theme creation (7): making sidebar.php
- I introduced you to the "Full Process of WordPress Theme Production (6): Making footer.php" before. This article continues to introduce to you how to make sidebar.php. Let's take a look at it together~
- WordPress 1664 2023-02-21 10:27:34
-
- The whole process of WordPress theme production (1): basic preparation
- I think most friends who use WordPress like to try new themes, but they can’t always find one that suits them, which is very frustrating. So many people have come up with the idea of modifying existing themes or making a theme from scratch, but the question arises again, how to do it? After all, making a theme requires writing code. I believe many people get confused when they see the code.
- WordPress 2039 2023-02-21 09:55:42
-
- What language is Dreamweaver CMS written in?
- Dreamweaver cms is written in PHP language. Dreamweaver CMS (DedeCMS) is a PHP open source website management system, used to build small and medium-sized websites; it is developed using PHP+MySQL technology and can be used on windows, linux, and unix platforms at the same time.
- DEDECMS 1478 2023-02-21 09:45:54
-
- What database is Dreamweaver CMS?
- Dreamweaver cms is a mysql database. Dreamweaver cms is a PHP open source website management system, developed using PHP+MySQL technology, and can be used on windows, linux, and unix platforms at the same time; Dreamweaver cms is mainly used to create websites, mainly for the construction of personal websites or small and medium-sized portals , known for its simplicity, practicality, and open source.
- DEDECMS 2252 2023-02-20 19:11:41
-
- How to get category directory in wordpress
- How to obtain the category directory in WordPress: 1. Use the "get_the_category()" function to obtain the category information of the current article based on the article ID; 2. Use the "get_category()" function to obtain the category information based on the category ID class. .
- WordPress 3344 2023-02-20 09:54:31
-
- What should dedecms pay attention to?
- Note: 1. Delete the default administrator admin account and password and create a new administrator. The administrator password must be long and mixed with letters and numbers; 2. Delete and temporarily close unnecessary functions until needed. Turn it on to avoid being injected by hackers; 3. Add empty index.html to each directory to prevent the directory from being accessed; 4. Hard-code write permissions and prevent the upload of PHP code after the installation is completed; 5. Delete the install file in the root directory folder to prevent others from resetting the website; 6. Regular patching, etc.
- DEDECMS 1775 2023-02-17 11:00:36
-
- How to add fields in dedecms
- How to add fields to dedecms: 1. Enter the dedecms backend and find the "Common Article Model" in "Core-Channel Model"; 2. Click "Field Management" to enter the field management interface and click Add New Field; 3. Add a new field In the field interface, just fill in the form prompt text, field name and other information in sequence.
- DEDECMS 1551 2023-02-17 10:50:10
-
- How to delete members in dedecms
- How to delete members in dedecms: 1. Back up the database; 2. Open the dede backend system, and then use the SQL statement "delete from dede_member where not mid="1"" to delete registered members in batches.
- DEDECMS 1394 2023-02-17 10:40:25
-
- Does phpcms have a controller?
- phpcms has controllers. The phpcms controller is the class file of the module, which is stored under "phpcms/modules". Each module has an independent naming method. The class name is in the format of "file name + .php naming"; the controller class inherits the system's function library by default. , can be used directly. The class name of the controller class and the controller file name must be the same.
- PHPCMS 1939 2023-02-17 10:38:13
-
- How does dedecms perform version query
- DedeCMS version query method: 1. Log in to the main interface of DedeCMS management background, and the last update time of the system version will be displayed; 2. Enter the "DedeCMS version number description" page and find the update log of the specified year; 3. According to the update time in the update log Just find the specific version information.
- DEDECMS 2834 2023-02-17 10:21:47
-
- What are the benefits of dedecms
- The benefits of using dedecMS to build a website: 1. The technical difficulty is low, which can speed up the development; 2. The visual content management system is easy to operate. Users can be familiar with the basic operations of the entire backend and get started very quickly; 3. Template customization is simple and convenient ; 4. It can generate static pages to speed up the opening of the website. It does not require SEOER to make pseudo-static pages, which is conducive to SEO optimization; 5. It can manage the website quickly and conveniently; 6. Control user permissions and can be maintained by multiple people; 7. Basic It has perfect functions; 8. It has good security and stability; 9. It can carry out secondary development.
- DEDECMS 2199 2023-02-16 11:10:41