One of the challenges for Author Buzz was that we need a lot of different functions and features without polluting the plugin list with a large collection of things that blog users cannot directly access. Our ideal solution would be to wrap all the features into one plugin. However, we also …
I cannot say this loudly or often enough: If you did not document it, it does not exist. For two straight days, I have been trying to get to the bottom of the WTF of a few basic elements of WrdPress Themes and BuddyPress. When I say basic I really …
Creating a child theme has nothing whatsoever to do with actual children. It is a WordPress term that basically means the same as extends does in PHP. For those of you reading this that are not PHP geeks, a child theme is like creating modifications without modifying the theme itself. You …