$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>multisite - Some doubts related to Multi Installation → Media of one of the site can be used on the others?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

multisite - Some doubts related to Multi Installation → Media of one of the site can be used on the others?

matteradmin10PV0评论

If I install wordpress through Multi Installation Here →

and

all the media(Photographs are uploaded) in /

so can I use the media's(uploaded on ) while creating posts on just like as if the medias are uploaded on the

I mean we can use it as smoothly as like using the add media feature on the single post pages of the .

If I install wordpress through Multi Installation Here →

http://photo.bollywoodhatke and

http://www.bollywoodhatke

all the media(Photographs are uploaded) in http://photo.bollywoodhatke/

so can I use the media's(uploaded on http://photo.bollywoodhatke) while creating posts on http://www.bollywoodhatke just like as if the medias are uploaded on the http://www.bollywoodhatke

I mean we can use it as smoothly as like using the add media feature on the single post pages of the http://www.bollywoodhatke.

Share Improve this question edited Jul 26, 2017 at 8:15 WordCent asked Jul 26, 2017 at 7:23 WordCentWordCent 1,9646 gold badges34 silver badges60 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Yes you can, try the "Network Shared Media" plugin by Joost de Keijzer https://en-au.wordpress/plugins/network-shared-media/

Post a comment

comment list (0)

  1. No comments so far