-2

I made a multi-network WordPress website. Example site, The main site is: domainname.com The network subdomain site is: demo.domainname.com There are custom posts on my main site. How can I show those custom posts to my demo.domainname.com network site?

1 Answers1

0

With the help of database query you can get custom posts easily.

//or

you can use below plugin and activate in network admin so with this plugin is available in both of your sites and you can create post type easily without any coding.

https://wordpress.org/plugins/custom-post-type-ui/

Therichpost
  • 1,759
  • 2
  • 14
  • 19