<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: domain-theme</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: domain-theme</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:12:43 +0000</pubDate>

<item>
<title>eagerness on "Different front page with Domain Mirror or Domain Theme"</title>
<link>http://wordpress.org/support/topic/318918#post-1262191</link>
<pubDate>Wed, 28 Oct 2009 17:49:23 +0000</pubDate>
<dc:creator>eagerness</dc:creator>
<guid isPermaLink="false">1262191@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello again! I should have edited my previous reply, but im not able to :)&#60;br /&#62;
After pulling my hair for a few hours Ive come up with a solution:&#60;/p&#62;
&#60;p&#62;Navigate to index.php in your templates directory edit it (or make a home.php and edit that one)&#60;/p&#62;
&#60;p&#62;In the file, put in:&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if (strstr($_SERVER['HTTP_HOST'], &#34;domain&#34;)) {&#60;br /&#62;
query_posts('page_id=4233');  }&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;If the check is true, a certain page id is presented, if not its all standard.
&#60;/p&#62;</description>
</item>
<item>
<title>eagerness on "Different front page with Domain Mirror or Domain Theme"</title>
<link>http://wordpress.org/support/topic/318918#post-1262102</link>
<pubDate>Wed, 28 Oct 2009 16:46:53 +0000</pubDate>
<dc:creator>eagerness</dc:creator>
<guid isPermaLink="false">1262102@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im bumping this one as i have the same problem. Anybody?
&#60;/p&#62;</description>
</item>
<item>
<title>alexfc on "Different front page with Domain Mirror or Domain Theme"</title>
<link>http://wordpress.org/support/topic/318918#post-1239188</link>
<pubDate>Thu, 08 Oct 2009 06:31:17 +0000</pubDate>
<dc:creator>alexfc</dc:creator>
<guid isPermaLink="false">1239188@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;I'm trying to use Domain Mirror, or Domain Theme, so that different domains point to the same sites. They are for two companies I am running that will share the same widgets, news, etc, but will have different front static pages.&#60;/p&#62;
&#60;p&#62;I have setup both Domain Mirror and Domain Theme (separately) and both work fine, but do not offer the feature to have a different static page.&#60;/p&#62;
&#60;p&#62;Does anyone know of or can anyone think of a hack, or work-around that could let me do this? I would even be willing to pay someone for the help (not on a huge budget, but this will help me so much!)&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
</item>
<item>
<title>dOoBiX on "[Plugin: Domain Theme] Works Perfectly"</title>
<link>http://wordpress.org/support/topic/284407#post-1118160</link>
<pubDate>Sat, 27 Jun 2009 01:02:14 +0000</pubDate>
<dc:creator>dOoBiX</dc:creator>
<guid isPermaLink="false">1118160@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I was looking for something that let's us have 2 domains point to a single WordPress installation and show 2 different themes, and this plugin works perfectly! Thank you for making this for us!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/domain-theme/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/domain-theme/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sf_wind on "[Plugin: Domain Theme] How to omit select categories for one domain but not for the other?"</title>
<link>http://wordpress.org/support/topic/273020#post-1092430</link>
<pubDate>Fri, 05 Jun 2009 06:05:04 +0000</pubDate>
<dc:creator>sf_wind</dc:creator>
<guid isPermaLink="false">1092430@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks. but I want to exclude all the posts in the categories as well. &#60;/p&#62;
&#60;p&#62;Some theme do not use wp_list_ccategories. What should I do in that case? Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>ssgupta on "[Plugin: Domain Theme] How to omit select categories for one domain but not for the other?"</title>
<link>http://wordpress.org/support/topic/273020#post-1081267</link>
<pubDate>Sat, 23 May 2009 05:41:49 +0000</pubDate>
<dc:creator>ssgupta</dc:creator>
<guid isPermaLink="false">1081267@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You can read here: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_categories&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_list_categories&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically, you add &#34;exclude&#34; in the tag like this:&#60;/p&#62;
&#60;ul&#62;
&#38;lt;?php&#60;br /&#62;
wp_list_categories('exclude=4,7&#38;amp;title_li='); ?&#38;gt;
&#60;/ul&#62;
&#60;p&#62;to exlcude one or more categories. Use &#34;exclude&#34; in one of the themes only.
&#60;/p&#62;</description>
</item>
<item>
<title>sf_wind on "[Plugin: Domain Theme] How to omit select categories for one domain but not for the other?"</title>
<link>http://wordpress.org/support/topic/273020#post-1081040</link>
<pubDate>Fri, 22 May 2009 21:06:43 +0000</pubDate>
<dc:creator>sf_wind</dc:creator>
<guid isPermaLink="false">1081040@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello, I just instealled domain-theme plugin for my wordpress. Now two domains can show different themes. Now I want to omit certain categories for one domain and keep them in another. The description in the plugin says it can be done. But I can't find any instruction on how to do it. &#60;/p&#62;
&#60;p&#62;Anyone has tried it? Any suggestions? Thanks a lot.
&#60;/p&#62;</description>
</item>
<item>
<title>teramonger on "[Plugin: Domain Theme] Most Excellent"</title>
<link>http://wordpress.org/support/topic/222894#post-916398</link>
<pubDate>Sat, 06 Dec 2008 15:09:33 +0000</pubDate>
<dc:creator>teramonger</dc:creator>
<guid isPermaLink="false">916398@http://wordpress.org/support/</guid>
<description>&#60;p&#62;When I saw a three star rating on this plugin, it concerned me.  But being able to use different themes in a single installation depending on the domain name, was the perfect and elegant answer to a problem I was wrestling with.  I tried to figure out some other approach, but in the end, I read the support posts and saw that the author had actively addressed the problems that were posted and that there were no knew problems reported since the 1.3 update.&#60;/p&#62;
&#60;p&#62;So I went ahead and gave it a go and it does exactly as I had hoped and did so without a hitch.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/domain-theme/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/domain-theme/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-856031</link>
<pubDate>Thu, 18 Sep 2008 04:24:52 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">856031@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I believe Nando had http:// in his domain definition, and/or need to use the SERVERNAME vs HTTPHOST definition (see the last item in the notes).
&#60;/p&#62;</description>
</item>
<item>
<title>racoon on "[Plugin: Domain Theme] Strange results - different display between 2 domains with same theme"</title>
<link>http://wordpress.org/support/topic/200818#post-848816</link>
<pubDate>Tue, 09 Sep 2008 12:06:13 +0000</pubDate>
<dc:creator>racoon</dc:creator>
<guid isPermaLink="false">848816@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Never mind - just found out that this problem only exists on one of my desktop systems - the one providing GEARS... looks like there's a local CSS caching problem going on, so forget this posting :)
&#60;/p&#62;</description>
</item>
<item>
<title>Master4752 on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-843018</link>
<pubDate>Tue, 02 Sep 2008 03:03:19 +0000</pubDate>
<dc:creator>Master4752</dc:creator>
<guid isPermaLink="false">843018@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same problem as nando99 - not quite sure what else to do besides pointing the name servers - thanks for your help!!!
&#60;/p&#62;</description>
</item>
<item>
<title>racoon on "[Plugin: Domain Theme] Strange results - different display between 2 domains with same theme"</title>
<link>http://wordpress.org/support/topic/200818#post-842795</link>
<pubDate>Mon, 01 Sep 2008 20:56:56 +0000</pubDate>
<dc:creator>racoon</dc:creator>
<guid isPermaLink="false">842795@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Anyone has an idea how this could be? I have one theme downloaded and installed, and have two different domains using it - the first one is the main domain and the second one is configured via DomainTheme:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.altpeter.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.altpeter.de/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.73f.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.73f.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;as you can see, they have slight differences in size, wich makes the first one look ugly since it's too tiny and produces horizontal lines. The second one is how it should look like.&#60;/p&#62;
&#60;p&#62;I see, that the markup of both is almost the same, except for some headers on the second domain, which is using the main domain name on some header parts.&#60;/p&#62;
&#60;p&#62;Would be fine if someone has an idea on that :)
&#60;/p&#62;</description>
</item>
<item>
<title>nando99 on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-834361</link>
<pubDate>Thu, 21 Aug 2008 17:39:23 +0000</pubDate>
<dc:creator>nando99</dc:creator>
<guid isPermaLink="false">834361@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Its still not working so its not the DNS taking its sweet time to resolve... do I have to actually add the additional domain as add on domain in cpanel? Any help from anyone is appreciated...
&#60;/p&#62;</description>
</item>
<item>
<title>nando99 on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-833615</link>
<pubDate>Wed, 20 Aug 2008 19:22:45 +0000</pubDate>
<dc:creator>nando99</dc:creator>
<guid isPermaLink="false">833615@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Side question - when you say &#34;Modify your DNS settings to point your domain name(s) to the same server.&#34; all that means is to give the new domain you want to add the same nameserver info as the default domain where the plugin is installed? Correct? &#60;/p&#62;
&#60;p&#62;The reason I ask is bc its not working but it might just be the DNS taking its sweet time to resolve.... &#60;/p&#62;
&#60;p&#62;thanks in advance...
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-833089</link>
<pubDate>Wed, 20 Aug 2008 05:51:48 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">833089@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A new version 1.3 has been released that fixes data incompatibility with vesion 2.6 to 2.6.1 migration. I will update WordPress shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-832992</link>
<pubDate>Wed, 20 Aug 2008 01:49:39 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">832992@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've fixed it for 2.6.1 and you can find the latest version at &#60;a href=&#34;http://www.virtuosoft.net/domaintheme&#34; rel=&#34;nofollow&#34;&#62;http://www.virtuosoft.net/domaintheme&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll be sure to update it here shortly. Hope this helps everyone out!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Steve
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-832931</link>
<pubDate>Tue, 19 Aug 2008 23:47:47 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">832931@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Grrr... its broken for 2.6.1, I'll look into it asap.
&#60;/p&#62;</description>
</item>
<item>
<title>supsupolo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-832635</link>
<pubDate>Tue, 19 Aug 2008 17:06:25 +0000</pubDate>
<dc:creator>supsupolo</dc:creator>
<guid isPermaLink="false">832635@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I get these errors after adding one domain name this one on  top of my dashboard&#60;br /&#62;
Warning: Invalid argument supplied for foreach() in path to plugin/wp-content/plugins/domain-theme/domainTheme.php on line 70 and this one on the domain theme settings page&#60;br /&#62;
Warning: Invalid argument supplied for foreach() path to plugin/wp-content/plugins/domain-theme/domainTheme.php on line 300&#60;br /&#62;
 so I deactivated it again , seems it still doesn't work well
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-832406</link>
<pubDate>Tue, 19 Aug 2008 10:07:44 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">832406@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks Dominik, I should have read your post first! Just wanted to let everyone know that I've updated the plugin with the latest fix and also resolved the issue with the plugin appearing in its own sub-folder. &#60;/p&#62;
&#60;p&#62;Thanks to Shrijver too for pointing out the SERVER_NAME versus HTTP_HOST issue that some users may experience. The default is now HTTP_HOST. Also included in the readme is a special note to All-In-One SEO users to blank out your Home title which would normally overwrite Domain Theme's settings.&#60;/p&#62;
&#60;p&#62;These fixes are now in version 1.1.&#60;/p&#62;
&#60;p&#62;Enjoy!&#60;/p&#62;
&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;-Steve
&#60;/p&#62;</description>
</item>
<item>
<title>Schrijver on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-831777</link>
<pubDate>Mon, 18 Aug 2008 14:31:56 +0000</pubDate>
<dc:creator>Schrijver</dc:creator>
<guid isPermaLink="false">831777@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I cannot get this plugin to work properly.&#60;/p&#62;
&#60;p&#62;The options are not saved.&#60;/p&#62;
&#60;p&#62;Can anyone fix this??
&#60;/p&#62;</description>
</item>
<item>
<title>Dominik on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-828469</link>
<pubDate>Wed, 13 Aug 2008 19:46:32 +0000</pubDate>
<dc:creator>Dominik</dc:creator>
<guid isPermaLink="false">828469@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is. Replace this line&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;options = unserialize(get_option(&#38;quot;domainTheme_options&#38;quot;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$options = get_option(&#38;quot;domainTheme_options&#38;quot;);
if(!is_array($options)){
	$this-&#38;gt;options = unserialize($options);
} else {
	$this-&#38;gt;options = array();
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>anointed on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-827971</link>
<pubDate>Wed, 13 Aug 2008 06:54:00 +0000</pubDate>
<dc:creator>anointed</dc:creator>
<guid isPermaLink="false">827971@http://wordpress.org/support/</guid>
<description>&#60;p&#62;is there an easy fix for this?
&#60;/p&#62;</description>
</item>
<item>
<title>racoon on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-826057</link>
<pubDate>Sun, 10 Aug 2008 21:50:43 +0000</pubDate>
<dc:creator>racoon</dc:creator>
<guid isPermaLink="false">826057@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hmmm, this topic is marked as resolved, but i just installed the plugin and the error still exists ...
&#60;/p&#62;</description>
</item>
<item>
<title>MoVengeance on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-817632</link>
<pubDate>Wed, 30 Jul 2008 23:52:30 +0000</pubDate>
<dc:creator>MoVengeance</dc:creator>
<guid isPermaLink="false">817632@http://wordpress.org/support/</guid>
<description>&#60;p&#62;More importantly, there's an error with the unserialize function on line 51:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Warning: unserialize() expects parameter 1 to be string, array given in /home/upwithsk/public_html/blog/wp-content/plugins/domain-theme/domainTheme.php on line 51&#60;/p&#62;&#60;/blockquote&#62;
&#60;pre&#62;&#60;code&#62;// Load domain option settings
$this-&#38;gt;options = unserialize(get_option(&#38;quot;domainTheme_options&#38;quot;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This error prevents options from being saved, and generally breaks the admin area.
&#60;/p&#62;</description>
</item>
<item>
<title>Steveorevo on "[Plugin: Domain Theme] Cannot load domainTheme.php"</title>
<link>http://wordpress.org/support/topic/173264#post-748492</link>
<pubDate>Thu, 01 May 2008 12:35:39 +0000</pubDate>
<dc:creator>Steveorevo</dc:creator>
<guid isPermaLink="false">748492@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is an issue in version 1.0 that requires that domainTheme.php be placed directly into the plugins folder (not a subfolder) per the instructions, otherwise WP will not be able to locate the plugin and you will receive an error:&#60;/p&#62;
&#60;p&#62;Cannot load domainTheme.php&#60;/p&#62;
&#60;p&#62;I will include an update in version 1.0.1 to be more forgiving!&#60;/p&#62;
&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/domain-theme/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/domain-theme/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
