jboveda
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Feature Request: Action hooks for MultisiteThanks for the quick replies, Ipstenu!
I did read the post which talked about one hook. In the Action reference I linked to above, there is also an external link to a list (no descriptions) of the action hooks in WordPress including the MU ones.
The post you linked to is obsolete (says so in big bold letters), but yes a list like that is ideal. I hope this thread with your replies will be a good reference for those looking for WPMU action hooks.
Forum: Requests and Feedback
In reply to: Feature Request: Action hooks for MultisiteSo you’re saying in order to hook into when a new blog is created, one needs to hook into the ‘add_user_to_blog’ action? That can’t be right. What about when an actual user is added to the blog? Seems messy.
It would be nice to at least have the Multisite-specific hooks detailed in the Action reference.
Otherwise I think my statement stands. Thoughts?
At least you’re getting a list of media. I get none. I’ve added media through the media backend, and directly to a post with no luck.
I’m running a wordpress install with multi-site capability enabled.
Forum: Fixing WordPress
In reply to: Shortcode doesn't work on Pages, but works in PostsIt does. I had a conditional is_single() which wasn’t returning true for pages, so that did it. Thanks for pointing the way!