Organizing Downloads and Posts in WordPress
-
I am creating a website that will rely on Download Monitor to handle all kind of downloads (a huge database of multimedia content).
I need your advice dealing with downloads and WordPress post. I need to prepare the WP theme in order the user can browse through the large database of content (downloads). A user can browse the downloads but I want to make possible to download a file only if the user is logged in. My question is:
a) Would you recommend to add a new Download (post_type = dlm_download) for each download and create a 1:1 (one-to-one) post where I can reference the download (post_id <-> download_id) . Then, in the theme the user can browse through standard WP posts.
-OR-
b) Would be possible to rely entirely on dlm_download post type without the need to create a different post?
I am under the impression (a) will add a huge overhead to keep everything under control or to maintain updated the data, like thumbnail images (between the dlm_download and post).
I’d strongly appreciate your advice, especially if you faced this concern or needed to make this kind of decisions for any of your websites running Download Monitor.
Regards,
Julian
- The topic ‘Organizing Downloads and Posts in WordPress’ is closed to new replies.