How to Create an ASP.NET Core Web Application with WordPress

Create and deploy an ASP.NET Core Web application with WordPress



1. Create a new ASP.NET Core Web Application using Visual Studio 2019


2. Enter a Project Name


3. Select an Empty Template


4.  Add a package reference to PeachPied.WordPress.AspNetCore


5.  Change in  Startup.cs File :
     Create Database in MySQL and configure DbName and Password.


 
How to Add Plugin or Theme :
--------------------------------------------------------------------------------

dotnet nuget add source https://feed.peachpie.io/wpdotnet/v3/index.json -n



For More Details:

Video Link:

Create ASP.NET Core Web Application with WordPress

https://www.youtube.com/watch?v=Cg2fnp8KK14



Post a Comment

0 Comments