2.4k questions

2.4k answers

99.5k users

Categories

0 votes
54 views

I have a website with an admin panel. Then, I bought a blog script that has its own admin panel too. How can I implement this blog template and its admin panel to my existing website?
in WordPress by (95.8k points)
reshown by

1 Answer

0 votes

I think you must work, If you can or you must PAY a programmer, in order to:

maybe

have one db, so one users table and maybe one table for common tables, maybe with the use of views (one table of users superset, and two subset views for blog and existing table (have two sites)

or maybe

the other to choose one of the two admin page, and join the two admin pages, but the upper part is going to retrieve the info from the existig site and the lower from blog, so it is going to be a web page that is going to retrieve data from two different databases (if you do not have one db, with two sites))

or maybe

It whould be wise to migrate the old site to blog and build the missing pages of the old site. In that case you are going to have one admin page a little modified (one site)

Usually all are in one site, except the case there are payment of software issues.

by (95.8k points)
...