mikey3times
BuSo Pro
- Joined
- Aug 25, 2018
- Messages
- 169
- Likes
- 157
- Degree
- 1
I'm considering a project that may require a developer since I am mostly an HTML/CSS with a dash of PHP editing knowledge guy. Not sure the right way to build this.
I want to build two sites and link them together.
The content site may have a bunch of articles about supercars. At the bottom of those articles I want to have an H2 that says "Manufacturers". Below that would have a link to the other site (so you can see the free listings + enhanced listings) and a list of the enhanced listings from the directory site.
The directory site will have Manufacturer Listings, but within each category I want to include lists of relevant articles or article categories that link back to the content site.
The thing is, I don't want to manually edit all of these links. I'd rather have a dropdown on the content site that lets me select the category from the directory site so that it can pull the enhanced listings automagically. And the same in the opposite direction.
Why keep them separate WordPress sites? I want to silo users. I don't really want manufacturers logging into my content site to update their listings. It also keeps the two databases separate to help prevent data loss or database size issues.
So, is this a task for WordPress Multisite with some code to pull data from the other associated site? Or is this more of a task for Rest API? I will likely have to work with a developer to build this out and I need to know how to describe and discuss this with them. (Obviously, since I am asking this question)
Or am I going about this all wrong and I should just have one site that I let manufacturers log into with one potentially giant database? I could probably run this on my own without a lot of developer interaction.
I want to build two sites and link them together.
- Content Site: Standard SEO website with informational content.
- Business Directory Website: Free directory with payments for enhanced listings.
The content site may have a bunch of articles about supercars. At the bottom of those articles I want to have an H2 that says "Manufacturers". Below that would have a link to the other site (so you can see the free listings + enhanced listings) and a list of the enhanced listings from the directory site.
The directory site will have Manufacturer Listings, but within each category I want to include lists of relevant articles or article categories that link back to the content site.
The thing is, I don't want to manually edit all of these links. I'd rather have a dropdown on the content site that lets me select the category from the directory site so that it can pull the enhanced listings automagically. And the same in the opposite direction.
Why keep them separate WordPress sites? I want to silo users. I don't really want manufacturers logging into my content site to update their listings. It also keeps the two databases separate to help prevent data loss or database size issues.
So, is this a task for WordPress Multisite with some code to pull data from the other associated site? Or is this more of a task for Rest API? I will likely have to work with a developer to build this out and I need to know how to describe and discuss this with them. (Obviously, since I am asking this question)
Or am I going about this all wrong and I should just have one site that I let manufacturers log into with one potentially giant database? I could probably run this on my own without a lot of developer interaction.