Is something like this possible without running MultiSite (which I believe would force the blog to live at blog.domain.com)?
Not quite. There are two basic modes multisite installation can operate in:
- sub-domains ( site.domain.com )
- sub-directories ( domain.com/site )
As far as I remember in subdirectory installation main blog is also forced to have /blog/
at start of permalinks for compatbility.
So for your requirements sub-directory install with main blog at domain.com (posts at domain.com/blog/) and additional blog at domain.com/open/ seems to fit.
Related Posts:
- How to produce a sub-page-system in WordPress
- How do I append multiple taxonomies to the URL?
- Custom Taxonomy with Custom Post Type Finds No Posts
- Get custom post type by category in a page template
- Associating an “author” with a custom taxonomy
- TV Show database – Best way for structuring it?
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Showing current taxonomy terms
- automatically create taxonomy with same name as post title
- Query posts by custom post type and custom taxonomy
- Custom Taxonomy conditionals
- Post Ancestor and Child Post in Custom Post Type
- After deleting a post are terms, and custom meta deleted?
- Best practice for adding posts in bulk
- Want to turn WordPress into a paid subscription directory
- WP 3.1 getting tax_query to work in query_posts()
- Programmatically adding posts
- Keep main articles and author blogs seprerate, News / Magazine like site
- Why is my custom loop not filtering correctly nor paginating?
- removing custom tax & CPT slug, adding taxonomy term in front of custom type
- How to customize admin posts based on the user who is logged in
- Show Two custom Post type and their posts on category page
- How to create an advanced filter search?
- Weird problem happening with custom taxonmy when creating/updating posts
- Mapping Subdomains in WordPress to give the appearance of a localised site, best approach?
- A question on creating filters for custom posts using taxonomy
- Conditional Query of Custom Post Type and custom taxonomy
- List custom taxonomy specific to one custom post type
- How do I move/order posts with a tag to the end?
- WordPress sort search results by custom order
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- Hide parent categories when clicked, and show it’s childs
- Custom Path/Folder behind a custom post type
- How to start a new post with custom Taxonomies already set?
- How to add attributes to taxonomies that may be different from post to post?
- Migrating a taxonomy’s tags to the native category
- custom post type vs. conditionally displaying meta boxes for specific terms?
- List Categories (wp_terms) and count posts
- attach CPT data to a taxonomy
- Creating a non-hierarchical Taxonomy that behaves like categories
- Display Custom Post Types Glossary
- How should I structure complex content hierarchies?
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Get terms for a specfic post from multiple taxonomies in custom post type
- How to list posts by term (custom taxonomy)
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
- Custom taxonomy not saving correctly
- Related “custom post type” using “custom taxonomy”
- How do I ensure that post_type and Taxonomy use the same slug?
- How do I disable the built-in editor and automatically configure the properties of new pages?
- How to have multiple search result pages in wordpress with taxonomy terms listed
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Set a Default CPT taxonomy by taxonomy id
- Need folder for CPT templates for eg: single-{post_type}.php
- Building Link List for Custom Tax
- CPT: multiple loops with different terms
- Help with Travel Guide Setup
- WordPress query posts by custom post type not workng
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- WP_Query for CPT with filter by another WP_Query
- Sort by Custom Post Type (Multiple Loop)
- Get link for feed of specific post type AND taxonomy
- Inserting two categories
- Advise on Custom Taxonomies and Structure
- cannot export data from CPT UI (books)
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- How to develop Knowledge center in WordPress Website
- Get The Post Type A Taxonomy Is Attached To
- Custom Post type & Taxonomy URL structure
- Two Custom Post Types, Share Two Taxonomies
- Querying Posts by Taxonomy From Alternate Network Site
- Limit users by custom taxonomy and user roles
- Display custom post type taxonomies as an archive page
- WordPress Genesis custom taxonomy archive shows 3 repeats of each post
- Custom taxonomy in URL showing 404
- How to duplicate entire custom post type
- Is it possible to use have_posts function to list custom post type posts inside a category?
- Custom post type permalink tag 404
- Custom taxonomy and post type with same slug
- Template for custom post type when taxonomy is in the URL
- Query custom post types & Taxonomies and list them in a table on a page
- How to query custom post type by two terms?
- add custom tags for custom post type in wordpress
- Yelp-style geographic directory plugin?
- i want to send email to user when the custom taxonomy is changed
- Issues with static pages redirecting towards home.php
- Custom post type template – add banner under heading
- Custom post type single page returning 404 error when sharing archive url with custom taxonomy
- save_post affect creation and deletion
- Set a static page as a user profile page?
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- Change the url of a custom post type to include taxonomy
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- How to keep a CPT stick to specific position?
- How to query posts by meta keys AND under specific category?
- Shortcode display CPT Query only showing 1 post?
- How to show a custom taxonomy using a custom template
- Display ONLY ONE $term (Out of 4 terms) from a Custom Taxonomy and CPT
- the_post_navigation in single page with multiple taxonomies