<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: export - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/export</link>
		<description>Support Forum - Tag: export - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 19:15:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/export" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Please Help - Time Sensitive"</title>
			<link>http://www.kriesi.at/support/topic/please-help-time-sensitive#post-112102</link>
			<pubDate>Sat, 18 May 2013 06:37:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The problem is that the settings are saved as serialized data and if the domain name changes the serialized strings (often) will break because of the different number of characters. You can use the WP Migrate plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-migrate-db/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-migrate-db/&#60;/a&#62; to migrate the database to another server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taliwalt on "Please Help - Time Sensitive"</title>
			<link>http://www.kriesi.at/support/topic/please-help-time-sensitive#post-112078</link>
			<pubDate>Fri, 17 May 2013 23:57:29 +0000</pubDate>
			<dc:creator>taliwalt</dc:creator>
			<guid isPermaLink="false">112078@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been trying to export my development site to a live server and have had terrible luck doing so.  I've done this 5 or 6 times before with no trouble, so I went searching through this forum for some help.  I found these instructions from kriesi in an old post:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;You can use the undocumented export function for now that I use to create the settings for my dummy importer:&#60;br /&#62;
When in your admin backend (any page) simply append the this to the url ?avia_export, like: &#60;a href=&#34;http://flyingstartonline.co.uk/fs/wp-admin/?avia_export&#34; rel=&#34;nofollow&#34;&#62;http://flyingstartonline.co.uk/fs/wp-admin/?avia_export&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;this generates a base64 encoded option set that you can simply copy and then save to the dummy.php file in includes/admin/dummy.php of your theme. then you either need to delete the dummy.xml file or create a wordpress XML export file rename it and replace it as well.&#60;/p&#62;
&#60;p&#62;Not you have backed up your installation so that you could create a clone, simply by pressing the &#34;import dummy data&#34; button in your themes backend.... &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I've read through it a few times and I'm still a bit confused.  Please please please can someone explain the process to me as though I were a complete imbecile (which I sometime am!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "export settings &#124; moving website to new location"</title>
			<link>http://www.kriesi.at/support/topic/export-settings-moving-website-to-new-location#post-108746</link>
			<pubDate>Fri, 03 May 2013 17:06:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Kriesi could help :)&#60;/p&#62;
&#60;p&#62;I had forgotten about the serialization issue as I started using a migration tool like Kriesi suggested and it just didn't cross my mind :)&#60;/p&#62;
&#60;p&#62;It should do the trick for you as I've been doing it for quite a while on client sites now without issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Spiv on "export settings &#124; moving website to new location"</title>
			<link>http://www.kriesi.at/support/topic/export-settings-moving-website-to-new-location#post-108637</link>
			<pubDate>Fri, 03 May 2013 08:41:36 +0000</pubDate>
			<dc:creator>Spiv</dc:creator>
			<guid isPermaLink="false">108637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. This is exactly what I did, search and replace in the sql dump.&#60;br /&#62;
I'm gonna try out the migrate plugin. Thanks for the tip.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "export settings &#124; moving website to new location"</title>
			<link>http://www.kriesi.at/support/topic/export-settings-moving-website-to-new-location#post-108481</link>
			<pubDate>Thu, 02 May 2013 17:07:18 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">108481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;This sometimes happens when domain name of the old domain and the new one have a different character length. Sounds a little weird I know:&#60;/p&#62;
&#60;p&#62;The option page data is serialized by wordpress and then saved to the database. A serialized string allows you to save arrays and objects of data. the problem is: if you change the serialized string with a search and replace and it doesnt have the same length after the replacement than before it becomes corrupted and will no longer work.&#60;/p&#62;
&#60;p&#62;Most often a user sets &#60;/p&#62;
&#60;p&#62;- a custom logo&#60;br /&#62;
- a favicon&#60;br /&#62;
- adds some background images in the style editor&#60;/p&#62;
&#60;p&#62;all of those are saved with domain name. If you create a sql dump and then search and replace the domain names the options will no longer be valid, thus ignored. You can either just remove the option settings that contain the domain name, then do the search/replace, then import it and then upload your logo/favicon/custom images or you try to get one of the plugins that correctly convert those serialized strings for you like this one: &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-migrate-db/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-migrate-db/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "export settings &#124; moving website to new location"</title>
			<link>http://www.kriesi.at/support/topic/export-settings-moving-website-to-new-location#post-108464</link>
			<pubDate>Thu, 02 May 2013 15:52:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108464@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Spiv,&#60;/p&#62;
&#60;p&#62;Using the wordpress export tool should save everything (its the same way the theme dummy data is imported). As far as I know everything is still saved in the options table.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Spiv on "export settings &#124; moving website to new location"</title>
			<link>http://www.kriesi.at/support/topic/export-settings-moving-website-to-new-location#post-108440</link>
			<pubDate>Thu, 02 May 2013 14:59:50 +0000</pubDate>
			<dc:creator>Spiv</dc:creator>
			<guid isPermaLink="false">108440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having troubles with moving the website. I've done this multiple times with others, but I seem to run in troubles with all the settings from Enfold. None are in the database tables it seems. I have to set it up all again, but this is kinda troublesome, because I seriously tweaked the styling etc.&#60;/p&#62;
&#60;p&#62;Is there any guide to properly move this theme and all its content and settings?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Exporting Choices theme configuration/design changes"</title>
			<link>http://www.kriesi.at/support/topic/exporting-choices-theme-configurationdesign-changes#post-62560</link>
			<pubDate>Thu, 28 Jun 2012 03:45:40 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">62560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to Tools &#38;gt; Export then once exported switch to live domain and go to Tools &#38;gt; Import &#38;gt; WordPress. You'll need to install the WordPress Importer plugin before you can upload the XML file.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mediosordo on "Exporting Choices theme configuration/design changes"</title>
			<link>http://www.kriesi.at/support/topic/exporting-choices-theme-configurationdesign-changes#post-62304</link>
			<pubDate>Tue, 26 Jun 2012 18:51:54 +0000</pubDate>
			<dc:creator>Mediosordo</dc:creator>
			<guid isPermaLink="false">62304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've being doing some testing of the theme and design changes on a test server and now I'd like to apply these changes to another WP installation I have on another server. I tried to copy/paste the full theme folder to the new server but changes didn't stick. Is there anyway I don't have to start all over again and keep those design/configuration changes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Export / import theme options"</title>
			<link>http://www.kriesi.at/support/topic/export-import-theme-options#post-52408</link>
			<pubDate>Thu, 19 Apr 2012 19:57:08 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">52408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mertnuhoglu,&#60;/p&#62;
&#60;p&#62;There's not a built-in option for import/export in the Theme Options but you can import/export directly from your MySQL database.&#60;/p&#62;
&#60;p&#62;Here's a thread that might help:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mertnuhoglu on "Export / import theme options"</title>
			<link>http://www.kriesi.at/support/topic/export-import-theme-options#post-52179</link>
			<pubDate>Wed, 18 Apr 2012 14:49:28 +0000</pubDate>
			<dc:creator>mertnuhoglu</dc:creator>
			<guid isPermaLink="false">52179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to export / import theme options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47772</link>
			<pubDate>Thu, 22 Mar 2012 15:32:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Devin, that's an idea, will try this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47767</link>
			<pubDate>Thu, 22 Mar 2012 15:12:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;It could be a conflict with Multisite, though I don't have a lot of experience with the WP Mu setups. My advice would be, if you have the ability, set up another single wordpress installation and do an import of the dummy data there. Then re-create the dynamic templates exactly as you see them on the single site for your multi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47762</link>
			<pubDate>Thu, 22 Mar 2012 14:52:50 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Devin.&#60;/p&#62;
&#60;p&#62;I have created a fresh new testblog within my multisite installation and imported the dummy data there:&#60;br /&#62;
all is available except of these many examples of dynamic templates. Therefore some example pages are not working as in the demo theme.&#60;/p&#62;
&#60;p&#62;It hasn't something to do with a multisite installation, conflicting with the importer?&#60;br /&#62;
The Wordpress Importer plugin is and was not activated.&#60;/p&#62;
&#60;p&#62;It would be great for me, to get these examples of dynamic templates in my WP installation, too, to reproduce the possibilites of Corona.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47570</link>
			<pubDate>Wed, 21 Mar 2012 21:51:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;I'm not sure why they didn't import with the rest of the data. I wouldn't suggest doing the import dummy data again as it can cause a lot of duplicated content created.&#60;/p&#62;
&#60;p&#62;If you have questions on how any specific template/page was created, we can walk you through rebuilding them and populating the various elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47296</link>
			<pubDate>Tue, 20 Mar 2012 22:49:23 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;by the way: I have NOT activated the &#34;WordPress Importer plugin&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Dummy data import: nothing available in &#34;Template Builder&#34;"</title>
			<link>http://www.kriesi.at/support/topic/dummy-data-import-nothing-available-in-template-builder#post-47212</link>
			<pubDate>Tue, 20 Mar 2012 18:52:01 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've imported the dummy data. Why isn't there anything in the &#34;template builder&#34;, all these example templates?&#60;br /&#62;
Can I import them from anywhere and how?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Exporting to a new server"</title>
			<link>http://www.kriesi.at/support/topic/exporting-to-a-new-server#post-46827</link>
			<pubDate>Sun, 18 Mar 2012 07:41:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes - many users reported that &#60;a href=&#34;http://pluginbuddy.com/purchase/backupbuddy/&#34; rel=&#34;nofollow&#34;&#62;http://pluginbuddy.com/purchase/backupbuddy/&#60;/a&#62; always transfers all options. Other plugins seem to have problems with some database entries. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mtepaa on "Exporting to a new server"</title>
			<link>http://www.kriesi.at/support/topic/exporting-to-a-new-server#post-46734</link>
			<pubDate>Sat, 17 Mar 2012 20:12:50 +0000</pubDate>
			<dc:creator>mtepaa</dc:creator>
			<guid isPermaLink="false">46734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to migrate a propulsion setup without losing the theme settings?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mtepaa on "Exporting to a new server"</title>
			<link>http://www.kriesi.at/support/topic/exporting-to-a-new-server#post-46642</link>
			<pubDate>Fri, 16 Mar 2012 21:40:35 +0000</pubDate>
			<dc:creator>mtepaa</dc:creator>
			<guid isPermaLink="false">46642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello I tried a standard migration of the site to a different directory on my server (copied files, changed directory references in database &#38;amp; wp-config)&#60;br /&#62;
Upon reactivating on the new server... I noticed all (propulsion) theme options were reset.. any way to avoid this?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "May I have the sample data of demo theme for setting up my version?"</title>
			<link>http://www.kriesi.at/support/topic/may-i-have-the-sample-data-of-demo-theme-for-setting-up-my-version#post-30594</link>
			<pubDate>Thu, 27 Oct 2011 08:29:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you try to import it with WP-Importer? Based on Kriesi's comment above it should work fine regardless if it validates or not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webliya on "May I have the sample data of demo theme for setting up my version?"</title>
			<link>http://www.kriesi.at/support/topic/may-i-have-the-sample-data-of-demo-theme-for-setting-up-my-version#post-30580</link>
			<pubDate>Thu, 27 Oct 2011 01:54:04 +0000</pubDate>
			<dc:creator>webliya</dc:creator>
			<guid isPermaLink="false">30580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the file is corrupted.&#60;/p&#62;
&#60;p&#62;Sorry, there has been an error.&#60;br /&#62;
This does not appear to be a WXR file, missing/invalid WXR version number
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22353</link>
			<pubDate>Sat, 09 Jul 2011 07:16:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22332</link>
			<pubDate>Fri, 08 Jul 2011 17:33:53 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">22332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22289</link>
			<pubDate>Fri, 08 Jul 2011 05:34:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
that's the way to do it. Backup of whole database, domain replacement with plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/search-and-replace/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search-and-replace/&#60;/a&#62; and database export/import procedure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22236</link>
			<pubDate>Thu, 07 Jul 2011 16:13:56 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">22236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Upon further research.. I believe you can get around transferring the entire database. You must change the URL of your wordpress installation (admin&#38;gt;&#38;gt;settings&#38;gt;&#38;gt;general options) to the new website URL. Once done, log into your MySQL and go into the database. Select the wp_options table and click &#34;export&#34;. I had to checkmark &#34;save to a file&#34; and it downloaded the table as an .SQL file. I am assuming I can simply import this file into the same wp_options table in the existing database on the new server.&#60;/p&#62;
&#60;p&#62;Anyone have any corrections or suggestions to the information above?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22229</link>
			<pubDate>Thu, 07 Jul 2011 14:54:06 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">22229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris.. the instructions you linked simply said &#34;download the database&#34; which I had no clue how to do.. until now. Any newbies like me, please take note: You need to log into your hosting account's MySQL database management and download the database file that corresponds to your wordpress install.. as far as I know this cannot be done via FTP.&#60;/p&#62;
&#60;p&#62;Once you download the new database, you'll need to add/import/upload (not sure of the correct term) the database into your new server. Once the database file is uploaded, you'll also need to modify the wp_config.php file to reference the new database file. &#60;/p&#62;
&#60;p&#62;I haven't actually done this yet, but I've forwarded it to the administrator of the account. Can some please tell me if I have all of my details correct, or if I am missing anything? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22139</link>
			<pubDate>Wed, 06 Jul 2011 22:57:36 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22139@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Theme options are stored in wp_options in your database, if everything is transferred your options should be there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22131</link>
			<pubDate>Wed, 06 Jul 2011 18:16:16 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">22131@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Everything is already transferred, all I need is the location of the files where the theme options are stored, PLEASE help with this? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Export avia framwork, custom sidebars, menus"</title>
			<link>http://www.kriesi.at/support/topic/export-avia-framwork-custom-sidebars-menus#post-22064</link>
			<pubDate>Tue, 05 Jul 2011 22:06:33 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Did you follow &#60;a href=&#34;http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server&#34;&#62;these&#60;/a&#62; instructions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
