AceCanoe
Regular Member
- Feb 1, 2016
- 343
- 106
I want to create a site like this: https://www.dexerto.com/
However it doesn't seem to appear to be a WordPress site.
However it doesn't seem to appear to be a WordPress site.
https://dexerto.publisherplus.com/admin/wp-login.php?redirect_to=https%3A%2F%2Fdexerto.publisherplus.com%2Fadmin%2Fwp-admin%2F&reauth=1
Looks like a custom one to me. Not using wp. Using some kind of framework.
Edit: Damn, the login looks like wp to me..
Code:https://dexerto.publisherplus.com/admin/wp-login.php?redirect_to=https%3A%2F%2Fdexerto.publisherplus.com%2Fadmin%2Fwp-admin%2F&reauth=1
My theory is that they are using a multi site wp to manage the content from backend. For the frontend, they are using some custom solution. They are just using the same db, that's it.
You could easily do it using wordpress, no matter what they are using. That being said, it will need to be a custom theme, so it take some work for sure.Would you know how how to replicate this?