lontongcorp
Forum Replies Created
-
I see what you mean ??
Basically, without ticking “Subdomain as Root” it will use main index and behave like main domain. If the option enabled, then the content’s filter will apply.
For the theme, archive.php/category.php will be applied only for sub-category for the subdomain category.
Ex.:
Test1 as Subdomain
Test2 as child category of Test1So the category/archive php will be applied for https://test1.domain.com/category/test2 for example.
If you really want test1 subdomain behave like category/archive php, you can consider a new theme (duplicate it with category/archive php as index.php) and apply that as custom theme for test1.
So how do you expect it works “as it should be”?
Screenshots would be great if you have the original version (with wp 2.7), assuming “working as it should be” = original version.
Sorry to say but I was not investigating this feature deeper before because queries works as I expected for my needs.I have no intentions to support custom layout builders, so you should contact the theme developer (or any professionals) to handle it.
If you a theme developer, just consider to work with archive templates in index file:is_category
is_archive
etcForum: Plugins
In reply to: [WP Subdomains (Revisited)] subdomain for pages don't show the page contentHagit, do you still have the problem?
Did you try to check the option: make subdomain as root than archive?Forum: Reviews
In reply to: [HTML5 pushState] Slow loading timeswill do.
eventually I’m aware of the slow loading issue too. it is because of filtering, parsing and saving the state contents into browser’s history, not the ajax callForum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 Workingtazogamer, could you give svn access to update the revisited version?
Forum: Plugins
In reply to: [WP Subdomains (Revisited)] How can i use for post?Set all posts to “subject-about-anything” category
Or do you want all posts to be subdomains too?Forum: Plugins
In reply to: [WP Subdomains (Revisited)] Option is not savedI also have some feedbacks too, this only happens on new installation WP 3.4+
Looks like we having problem with WP-Query for category-pages tied.
Will do some checks!Forum: Plugins
In reply to: [WP Subdomains (Revisited)] Quick Awesome TipNice hack man!
I just know it works that way too actually ??Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingHi zechmann,
I don’t think that’s make a difference. Tested in my localhost, still no problem.
@wimpers:
I have few people emailed me asking that questions and still don’t get what the problems are (I’m not sysadmin ??But I suspect it is much Apache problems than scripts
Do you see category lists in settings page?
All subdomain-enabled?Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 Working@nwatts88 @zechmann:
Did you set the main domain in the settings: terraavocado.com (no www) ?@nezzard and others:
No changes required to .htaccess for wildcard.
Just set your main domain and subdomain root into same folder.Here’s what I did to: boa-boa.com (please check it to see how it works, menu use categories subdomain)
Domain Manager:
boa-boa.com -> A -> SERVER_ADDRESS (x.x.x.x)
https://www.boa-boa.com -> CNAME -> boa-boa.com
*.boa-boa.com -> A ->SERVER_ADDRESS (x.x.x.x)Host cPanel
@ (default of boa-boa.com) -> /__HOME_PATH__/public_html/
* (all subdomains of boa-boa.com) -> /__HOME_PATH__/public_html/Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 Workingthwbaur, I use it in my project for category and page subdomain without changing the .htaccess file. No problem to me. Maybe it’s your webhost server
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingPlease check and test from here for pages and author.
ThanksForum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 Workingsorry guys, had to finish my work for client first ??
will look into Pages (and Author?) from now.Move it to my blog here as thwbaur asked the donation button ??
Cheers
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingI’ll look into it to work with Pages when had times.
or we can wait original developers ??