becomebecome
Member
Posted 1 year ago #
Hello,
Just as the title says, my question is to correct the following:
When I post an 'Image post' in a Sub-site (Subdomain) of my WPMU install, it gets displayed as 'Standard post' at the Main Site (Main domain).
Then I have to go and edit the post at the Main Site to have it displayed as 'Image' there too.
Is there a way to resolve this incoherence?
Thanks!
http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/
becomebecome
Member
Posted 1 year ago #
Thanks Ron,
I'm sure the answer is there somewhere, unfortunately, I do not have the required level of experience to understand the details of the post.
If there are simple instructions on how to obtain the desired effect mentioned in post one I'll be happy to follow them.
If that's not possible, I guess I'll have to come back to this thread when I am alphabetized enough to understand your reply.
Thanks for feedback!
If there are simple instructions on how to obtain the desired effect mentioned in post one I'll be happy to follow them.
Those were likely the simplest instructions you'll find.
becomebecome
Member
Posted 1 year ago #
I add this code in functions.php and the main blog shows the post type but can't format it
add_filter( 'sitewide_tags_custom_taxonomies', 'my_swt_custom_tax_filter' );
function my_swt_custom_tax_filter( $taxonomies ) {
$taxonomies[] = 'post_format';
return array_unique( $taxonomies );
}
Gallery post on original blog: http://ubuntuone.com/29c0yojlP9zsdF9OOiyK6V
Gallery post on MAIN blog: http://ubuntuone.com/4S8O4fHQwqoSibw85jw6Z5
@ggsalas - The thread is marked as resolved. Start a new thread & post a link to the two sites.