Template for individual post designs
This shouldn’t be very difficult. WPs Template Hierarchy should get you started on what page loads every time. You’ll probably be best maintaining minimal header.php and footer.php and working your logic on single files, named as per the Hierarchy. Then, head to add_meta_box() and update_post_meta() to implement those selectors for css and js and also … Read more