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?
- Best way of making multiple sidebars
- Hooking a function onto the sidebar?
- Highlight custom widgets in the admin area?
- Changing name of sidebar widget
- is_home() and is_single() Not Working as Expected with Custom Post Types?
- Getting post-thumbnails from another WP site
- dynamic_sidebar not rendering sidebar
- 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?
- Widgets not working in Customizr but working in Appearance
- Display comment form of specific page in sidebar
- Category specific months list in sidebar.php
- Get the sidebar ID in which the current widget was dropped
- Add featured image to sidebar [closed]
- How to exclude certain widget from showing up on home/front page? [duplicate]
- How the WordPress sidebar works
- Get a sidebar at the top of the page
- Custom sidebar not showing in the dashboard
- Sidebar random author spotlight
- Sidebar Generator? :)
- 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”
- How to exclude parent category but show child categories?
- Specific and Different Ads for each Post?
- Why and how is twentythirteen adding a margin-top to my footer?
- Adding content to sidebars
- Twenty Ten child theme has post on an inner page. Cant get that page to use my desired template
- Template part vs Sidebar (differences)
- Change sidebar headers from H1?
- Load same sidebar multiple times
- register_sidebar ‘after_widget’ on custom-built widgets not implementing, caused nested widgets
- Best practices: Custom theme sidebar menu – hardcode or widget?
- Backend menu sidebar collapsed by default every time? [duplicate]
- I need some direction on how to have a sidebar based on meta rather than page
- Count widgets of a certain type
- Change HTML structure for custom menu in sidebar
- Get sidebars depending on page
- change sidebar or just widgets for 2 specific post type single posts
- Unregister sidebar from Child-Theme
- How to show my sidebar in specific page only?
- How can I hide the sidebar on specific pages?
- How to delete wordpress menu
- WordPress equivalent to Drupal Views? [closed]
- Display sidebar if blog
- How can you add a link to a sidebar description?
- unregister_sidebar() in stand-alone theme not working
- CSS Twentyeleven / Sidebar has to be changed IN the CSS Stylesheet. Sidebar on the left side
- Sidebar links for different pages
- Why does the TwentyTen Theme sidebar have a class called ‘xoxo’?
- Dynamic Sidebar for subcategory of a category
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- How to add Sidebar and Full width option in post editor
- Corrupt WordPress Design/Appearance [duplicate]
- Function to remove archive sidebar for custom taxonomy?
- How are Dynamic Sidebar Widgets rendered
- how to exclude posts on current page from recent posts sidebar widget
- Displaying a widget in sidebar only when no other widgets rendered?
- How to add a class when there’s no sidebar?
- Output dynamic_sidebar into PHP
- Creating a different side bar for single posts than for main page.
- Sidebar loop – Thematic Framework
- How to have dynamic sidebar content per post
- How to list custom post types in a secondary sidebar?
- From what hook on is it possible to conditionally add actions?
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- Dividing widgets in sidebar?
- Post thumbnails in sidebar & footer?
- 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?
- Sidebar on the wrong side of the page
- Include a sidebar on the static front page of twenty thirteen
- How to get the sidebar HTML content?
- Choose sidebars column in widgets.php page [closed]
- Adding Multiple Sidebars
- How to increase maximum number of sidebars support?
- author list not linking to correct page
- if statement in sidebar.php checking page id or template or title
- sidebar parameters (before_widget, before_title) not Working
- Unable to call specific dynamic_sidebar
- Display smilies in Sidebar, too?
- How to enable the default sidebar area?
- Remove Sidebar from WordPress [closed]
- Call dynamic sidebar by name not ID
- Sidebar widget not displaying after simple code update.
- How to send data to sidebar?
- Best practice for including plugin output in a template without using shortcode?
- Dynamic sidebar rendered in another place than i would like
- Gutenberg sidebar example does not update meta field in the database