you could use custom post types to keep them separate. or check in_category in single.php and load additional templates:
if( in_category('country1') ) include (TEMPLATEPATH . '/single-country1.php');
elseif( in_category('country2') ) include (TEMPLATEPATH . '/single-country2.php');
Related Posts:
- Is there possibility to Customize the present theme adding sidebars
- Check if sidebar is rendered?
- Dynamic Sidebar Conditional [duplicate]
- Loading scripts only if a particular shortcode or widget is present
- Get list of all registered sidebars
- What is the difference with get_sidebar and dynamic_sidebar?
- Limit widget to certain sidebar?
- how do I get_sidebar into a varaible?
- Hooking a function onto the sidebar?
- Highlight custom widgets in the admin area?
- Changing name of sidebar widget
- Getting post-thumbnails from another WP site
- Get custom side bar on custom post archive page
- bloginfo(‘stylesheet_directory’) vs. get_stylesheet_directory_uri() and include(‘file.php’) vs. get_template_part()
- How do I hook a sidebar via add_action?
- Category specific months list in sidebar.php
- How to exclude certain widget from showing up on home/front page? [duplicate]
- Get a sidebar at the top of the page
- Custom sidebar not showing in the dashboard
- Sidebar random author spotlight
- add sidebar area to header of child theme
- Main Sidebar Dispappeared – What could possibly cause this?
- Change which sidebar get_sidebar() gets from functions.php
- How to translate month names in “Archives”
- Why and how is twentythirteen adding a margin-top to my footer?
- Load same sidebar multiple times
- Backend menu sidebar collapsed by default every time? [duplicate]
- Count widgets of a certain type
- Change HTML structure for custom menu in sidebar
- Get sidebars depending on page
- Unregister sidebar from Child-Theme
- How can I hide the sidebar on specific pages?
- How can you add a link to a sidebar description?
- Sidebar links for different pages
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- Corrupt WordPress Design/Appearance [duplicate]
- How are Dynamic Sidebar Widgets rendered
- Displaying a widget in sidebar only when no other widgets rendered?
- Output dynamic_sidebar into PHP
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- Dividing widgets in sidebar?
- Paging in a sidebar mini loop
- How to add an entry to the Page/Post Settings Sidebar? [duplicate]
- Best practices regarding the creation of custom widgets?
- How to get the sidebar HTML content?
- Adding Multiple Sidebars
- Unable to call specific dynamic_sidebar
- Display smilies in Sidebar, too?
- How to enable the default sidebar area?
- Call dynamic sidebar by name not ID
- How to send data to sidebar?
- Dynamic sidebar rendered in another place than i would like
- Gutenberg sidebar example does not update meta field in the database
- Implementing Sticky Kit on WordPress
- finding sidebar content in wordpress
- Add a specific css to a widget
- How do you control sidebars when there’s no get_sidebar in templates?
- Can Sidebar’s widget retrieve information from content area?
- Twenty Thirteen get_sidebar Question
- register_sidebar_widget is deprecated since version 2.8
- get dynamic_sidebar() value in array in wordpress
- Function to add class to element?
- Sidebar not showing up on homepage
- display specific sidebar for each role
- Change twentytwelve sidebar responsive relocation?
- Split the content of the_content();
- How to troubleshoot Sidebar not being generated
- How to remove the ‘Archives’ title and list and the ‘Meta’ title
- Getting post and attached image from subdomain
- Can the Twenty Eleven theme have a Main Sidbar at all?
- Custom sidebars – get_sidebar() problems
- Header image is overlapping sidebar?
- Content not showing up when using custom template + sidebar
- How to assign a sidebar to a WordPress page when none was there before
- Problem adding sidebar to Underscores theme
- How to narrow the area between buttons on Helium theme sidebar? [closed]
- Customizer doesn’t recognise sidebar
- How do I edit the side-bar (doesn’t seem to be a menu)?
- What image is this pulling?
- A way to have some per sidebars settings integrated with the native sidebar/widgets UX?
- Best Method to Switch Between Terms (Custom Taxonomy)
- Best strategy for providing theme options using customizer
- sidebar not displaying when using get data
- echo widget contents
- How to unregister sidebar for template_part?
- Include inside sidebar
- Why isn’t my registered sidebar showing up in the admin?
- Can’t find link to add content to pages
- Sidebar does not display on blog page, but fine with static pages
- My side bar is missing from new pages.
- Template is different with and without comments
- Only display on sidebar if only got value inserted on post
- How to display a sidebar only for blog?
- How do I add a nested conditional within an echo – to use a default image if there isn’t one in the post?
- How do I store get_sidebar in a varaible? [duplicate]
- Images in Woocommerce Product Sidebar [closed]
- ReadWriteWeb-like sidebar scrolling
- How do I move the sidebar more to the right in TwentySeventeen?
- How can I add custom sidebar to my theme? [closed]
- how do I change the side bar content?