Using a Wordpress theme from another install on same server - wordpress

I have two installs on the same server, I need install B to use a theme from install A how do i do this??

You can Create a Network of sites (synonyms: multisite, WPMU).
BTW you should ask this on http://wordpress.stackexchange.com
EDIT: the documentation specific to themes in a multisite WP is here: http://codex.wordpress.org/Multisite_Network_Administration#Themes
All themes are installed for the entire network. If you edit the code
of one theme, you edit it for all sites using that theme. You can
install the plugin WordPress.com Custom CSS to allow each site to
tweak their own CSS without affecting anyone else. You can activate
themes for the entire network, or edit sites and activate them
individually.

Related

Custom plugin to clone a wordpress site in multisite network

I want to know what is the idea behind doing this like what we have to do for cloning a wordpress site in multinetwork. What is the process needs to be taken? Because i want to make a custom plugin for cloning a site
You can check out the code of plugins that already do this task. Here is a link of some plugins that clone a WordPress website. You can download them and study the code.

Add second website to wordpress

So I'm new to wordpress, and I'm managing a company's wordpress site while building another website for this company. They have paid for many plugins and themes in their wordpress account and I would like to use them for the new website. So my question is that what do I do in order to add this website from my local host to their wordpress account.
Should I just download their wordpress file into my laptop and create a new folder in that file? If so, then what?
First things first: If you're are building another website using platform other than wordpress, then you cannot use plugins and themes.
But if you're, just download the wordpress plugins and themes from old site. And then, place those to your respective themes and plugins folder. If you are working on existing site, then you may need the existing sql file to test in the identical environments along with the data. There are many plugins which can do that for you.
And most importantly, If you are going to build a website in wordpress, you should check out the wordpress basics first.

Wordpress - Migrate Theme In New Wordpress

I wondering how to migrate custom theme from another wordpress to another without copying the whole wordpress...
I already tried copy the folder theme to new wordpress, but it has a lot of problem, because in the new wordpress, there is no Page as in origin wordpress.
Create some pages and see if it works.
Some themes uses plugins also, you must copy them too.
By the way, there's a dedicated stackexchange site for wordpress : https://wordpress.stackexchange.com/
You can never expect the 100% same experience on another install since there may not be the same plugins, pages, images, server settings and so on and so on. You can not even be sure your theme work on the new wordpress if the WP version is diffrent from the one you made the theme on.

Wordpress Multisite theme upload

I am new in wordpress. I am trying to build multisite using single wordpress installation. In that how I can change theme of every site? Please give me some idea.
Once you setup your multisite, you will see a new menu option where all your sites are listed. You can change such settings from there. Here is a screenshot
http://codex.wordpress.org/images/7/78/network-admin-link.png
To change themes you can check Themes section here
http://codex.wordpress.org/Multisite_Network_Administration

using wordpress plugins in magento possible?

I just had a little doubt..
can i use wordpress inside Magento CMS..... I mean can I able to install wordpress plugins in magento... The reason iam asking about Magento because, Iam gonna use magento templates and besides I also need to use wordpress plugins in it.. I need BOTH..
So, is this possible..?
While my research, I found some links, BUT still iam not clear on this..
here are some links I found:
http://wordpress.org/extend/plugins/magento-wordpress-integration/
https://www.x.com/devzone/articles/magento-part-4-integrating-magento-and-wordpress-using-fishpig-extension
So, can anyone pls clarify on this..?
Answer:no. You can't use WordPress plugins, which are specifically made for WordPress (and based on its framework) directly in Magento.
No, you can't use WordPress plugins with Magento. They have wildly different architectures.
The integration articles you linked to are talking about using WordPress and Magento together on the same website.
You could theoretically write a plug-in for one that also manipulates the database used by the other, but that is likely a custom job, not something you can just go download somewhere.
If you want to use various Wordpress plugins inside Magento, short answer, as mentioned, is no.
With those link that you provide, you can achieve the following:
With wordpress plugin (link that you provided) you can have yourwordpress.com and then install Magento inside a folder, so Magento store would be available. for example, in yourwordpress.com/magentostore/ and you can easily display any Magento block(top links, categories, layered navigation block etc.) from your store in you Wordpress site.
With Magento plugin (I'd go with FishPig http://www.magentocommerce.com/magento-connect/wordpress-integration.html) you can have opposite: yourmagentostore.com and than Wordpress blog/site inside blog folder of your Magento installation yourmagentostore.com/wordpressblog/ And there you'd be able to display footer and header of Magento in your wordpress site and display, for example, the latest blog post in Magento
agentoHope this help!
i think its impossible...because they have different backend architecture

Resources