The dmandwp system (also known as wordpress website building and DM system block) is a PHP website building system that uses the block function of the DM system to make wordpress website building more convenient.
The advantage of the DM system is the block function. Now use DM’s block function as a plug-in and use it on the wordpress system.
Classification and content, menus, routing and other functions use wordpress. In this regard, wordpress has great advantages.
In terms of website building, use DM’s block and area functions. Make WordPress website building more convenient. Especially in the production of the homepage.
Upload the downloaded compressed package to the host, and then decompress it on the host.
Then import the wpimport.sql database through phpmyadmin and modify the database configuration information in config.php.
After successful installation, wp-config.php needs to be modified, otherwise you cannot log in to the backend:
Add at the beginning of wp-config.php:
define('WP_HOME','http://127.0.0.2/wp/wpblock/wpblock_fabu');
define('WP_SITEURL','http://127.0.0.2/wp/wpblock/wpblock_fabu');
Please change http://127.0.0.2/wp/wpblock/wpblock_fabu to your own domain name.
Then there is an error when accessing other pages. You need to set the fixed link in the background and resubmit.
These operations are all characteristics of wordpress itself. Necessary operations to do after WordPress migration.
Enter the background:
wp-login.php
User and password are both admin
DM block management is in the WordPress background->Settings->Enter the DM system block.