The WordPress PHP Project is a custom theme/plugin that extends the functionality of WordPress websites. It provides additional features such as custom post types, short-codes, and widgets.
-
Clone the repository to your local machine:
git clone --depth 1 https://github.com/pnguyen215/eCommerce-wordpress.git eCommerce-wordpress
-
Upload the theme/plugin folder to the
wp-content/themes
orwp-content/plugins
directory of your WordPress installation. -
Activate the theme/plugin from the WordPress admin dashboard.
-
After activating the theme/plugin, navigate to the WordPress admin dashboard.
-
Configure the settings of the theme/plugin according to your requirements.
-
Use the provided short-codes and widgets to add custom functionality to your website.
To run the WordPress app locally, follow these steps:
-
Ensure you have PHP and a web server (such as Apache or Nginx) installed on your machine.
-
Create a new MySQL database for your WordPress installation.
-
Rename the
wp-config-sample.php
file in the WordPress root directory towp-config.php
. -
Open the
wp-config.php
file and update the database details (database name, username, password) with your own. -
Start your web server and navigate to the WordPress installation directory in your browser.
-
Follow the on-screen instructions to complete the WordPress installation.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.