Wordpress - Migrate Theme In New Wordpress - 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.

Related

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.

WP theme works on one server, but caused White Screen on another

I have a custom theme (http://aspenwebsites.com/echo/) that works fine on a server here in US.
Today I attempted installing that theme to a server in Kazakhstan and got a White Screen - http://domstroy.kz/
Unfortunately I won't be able to access their database in order to change a selected theme or to their restore options for next 6-8 hours. I'm hoping to find the solution in the meantime while I only FTP access.
My custom theme was built as a modification to WP's Twenty-thirteen. I noticed their WP did not have Twenty-Thirteen WP theme present in the list of themes. So I was hoping by bringing Twenty-Thirteen theme files over via FTP I might rescue the situation. It didn't seem to make any difference.
What else might it be or should I look for or try, since the very same theme works fine on a server here in US.
Remove your theme from the theme folder using ftp. This should force WordPress to choose another one.
Are you running an up-to-date version of WordPress? If TwentyThirteen is missing, was it deleted or is the version of WordPress so old that it does not support TwentyThirteen? If the latter then your child theme won't work until you update WordPress and then put TwentyThirteen on, and then your theme.
HTH,
=C=

Multi-tenant plugin for wordpress

Hi i would like to know is there any multi-tenant plugin for wordpress. I have already searched on this topic but i could not find the solution.
In my case i would like to create a core wordpress setup loaded with several themes and plugins and also i want to replicate the core wordpress sites to several copy. And the important thing is if i do any change in the core wordpress site (ie. adding any new plugin or theme etc.) i want to replicate the same to all the copy of wordpress sites. Is this possible ??
Any suggestions would be very helpful
Thanks in advance
You can use the multisite feature of Wordpress. See http://codex.wordpress.org/Create_A_Network

is it possible for wordpress theme to work without wordpress?

I have bought this Wordpress theme:
http://themeforest.net/item/wp-pro-real-estate-3-responsive-wordpress-theme/1763306?ref=contempoinc
but I was stupid enough to forget that Wordpress will need to be installed in order to customize and work on it. Is it possible to run it on some server without Wordpress being include, to consider it as "done" template?
No, not in any practical way. Themes operate inside WordPress the way FireFox addons work inside Firefox or the way an Android App needs Android (to a lesser extent).
You must have WordPress to use a WordPress theme. There are too many class and function dependencies to run the theme without WordPress. It would be near impossible to even a load a theme and get all the templates to work without the WordPress core managing things.
You are better off starting from scratch than you are trying to edit the "WordPress" out of a WordPress theme.

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