lenuam
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Blog and Shop with separate domainThank you very much for the quick reply 🙂
I’ve got one more question, unfortunately:
If I assigned domain1.com to /root, and domain2.com to /root/shop/ via my webhoster’s control panel, would I still need to use the MU Domain Mapping Plugin?Forum: Fixing WordPress
In reply to: After flash anim. redirect to index failHello there,
I’d just like to thank you for posting the solution for this cause I’ve been looking everywhere.
Now I’d just like to know whether is solution is update-resistent…probably not, right?What exactly causes this problem anyway?
Thanks!
Forum: Themes and Templates
In reply to: Test if page has subpagesHey, thanks so much, it works perfectly 🙂
Forum: Themes and Templates
In reply to: Test if page has subpagesAnyone?
Forum: Themes and Templates
In reply to: Test if page has subpagesHey, thanks for your reply.
I already understood the code snippet, though :-)…I’ll try to describe it a bit better:
I want my vertical navigation (displaying only subpages) to appear in two cases:
1. The page is a subpage.
2. The page has subpages.1. is accomplished by the code snippet, but I’m having a hard time trying to figure out how to accomplish 2.
Of course I could always include the vertical navigation for specific pages (e.g. if (is_page(‘about’)) ), but I’d prefer to do it dynamically…