0
votes
0answers
18 views

Post from one WordPress site to another

I have two sites running on WordPress. I have a form on one site that generates a custom post type, and I would like this custom post type to be posted to another WordPress site. How can I do this? Is ...
0
votes
0answers
28 views

Wrong permalinks for custom post type on multisite install

I'm working in a multisite instance of WP that is using subdirectories and am trying to add a custom post type to a child site. I'm trying to get custom post permalinks that look like so: ...
0
votes
0answers
70 views

Wordpress infrastructure dilemma - Multisite or Single site? [closed]

I was thinking about building some kind of network or large website, so I was reading a lot about the Multisite option that came up last years. I still have some question marks on when should I use it ...
2
votes
1answer
278 views

Multisite custom post type's single page 404

I have two sites in my multisite setup - domain.tld (site A) and domain.tld/lifestyle (site B). This is my first multisite attempt. I've made a widget that creates a custom post type "latest-news" ...
0
votes
0answers
6 views

Custom Post type permalink not working on network [duplicate]

Possible Duplicate: Remove unwanted part of permalink custom structure from CPT url? I setup a network with has a custom post type "proyectos", I do a loop for each blog in order to get al ...
3
votes
2answers
785 views

Custom Post Type, WP_Query and 'orderby'

I do have a custom post type with the following setup: $supports = array( 'title' , 'editor' , 'thumbnail' , 'revisions' , 'page-attributes' ); $args = array( 'hierarchical' ...
1
vote
2answers
107 views

Plugin for custom posts and fields

I need a plugin to do the following: Add custom posttypes such as "Books" or "Cars" Add custom fields such as "Url", "Label", "Number of wheels", "Name of passenger" or "Age of passenger" There ...
6
votes
1answer
715 views

WPML with WP_Query serving up all 3 languages

I've got something about this on the WPML support forums, but I figured I could ask here as well. Here's the important info: I'm running a WP Multisite setup with custom post types, custom fields, ...
2
votes
0answers
97 views

Custom Post Type vs. User Page

I'm creating a multisite network for authors and readers and I want each blog author to create a user profile. Ideally I would do this through a customized user admin area with a bunch of added ...
0
votes
1answer
306 views

Remove default post types on all sites except primary blog. WPMU

I'm trying to come up with a solution that would allow me to remove the default post types (pages, posts, comments, links, etc) from all the multi-site blogs EXECEPT the primary blog. It will remain ...
0
votes
1answer
97 views

Add New Custom Post Type Saves to Posts Instead of CPT for Multisite Site [closed]

I have a sub-domain (wildcard) multisite installation, with two sites, I will call them Site A and Site B. Site A and Site B both share the same theme, that has custom posts types declared in ...
1
vote
1answer
348 views

Multisite wide post type?

Is it possible to have a multisite wide post type without duplicating the posts? That is a post type that is the same no matter what blog you are on? Theoretical example: StackExchange has many ...
0
votes
1answer
372 views

Two-way synchronizing of a post type among multisite blogs

Is it possible to two way sync a post type between multiple sites on a multisite install? For example if someone makes a change to an entry under post type "inventory" on Site A how can I make that ...
2
votes
1answer
147 views

Sub-Sub-Blogs — creating and importing content into a custom sub-type

Description: The university radio station I volunteer at uses WordPress 3's Network Mode for the entirety of its web content. It uses the format: Top-Level (.com/*) -- Basic station information, ...
4
votes
3answers
376 views

5 blogs on one WordPress site

What is the best way to have multiple blogs on one site? I am not talking about Multisite. What I want is one website with 5 blogs. All accessible from one menu and editable from one backend, I could ...