nightstick
Forum Replies Created
-
Thanks for the response, Cory!
It sounds like my host might have something going on with the settings on their end as you mentioned. To help confirm that, here is some more info if it helps. The whole addon domain / sub domain setup is a little over my head so I apologize if I sound like I’m insulting anyone’s intelligence here.
If “fruits” is my main site…
for http://apples.com
the true url is http://apples.fruits.com
the directory is actually at public_html/apples.com
apples.com and apples.fruits.com will both take you to the same place.Another example (just to be as clear as possible):
for http://bananas.com
the true url is http://bananas.fruits.com
the directory is actually at public_html/bananas.com
bananas.com and bananas.fruits.com will both take you to the same place.I’m not seeing anywhere within Duplicator that I can actually change the settings so it knows that it should only be looking at public_html/apples.com. So is this something I should check into with my hosting?
Thanks again for the help!
I think I found my answer here:
http://iamnotagoodartist.com/how-to/wordpress-how-to-sort-category-archive-posts-by-subcategory/
Thank you!
Forum: Plugins
In reply to: [Plugin: Flexslider] WordPress HookI was just having the same problem. Trying taking out the single-quotes. It seemed to have worked for me.
‘<?php do_action(insert_flex_slider); ?>’