The startbox theme framework is pretty sweet.
I’ve been trying it out for a while. Actually, I’m doing exactly what you shouldn’t do. I’m running it as my main theme with no child theme. Right now I’m just collecting notes on things I need to hack to get it to work.
I plan on creating a child theme at some point and moving my hacks/mods into the child theme. But for now, this works.
What I want to talk about now is how to add support for the subscribe to comments plugin.
By default, startbox does not support the plugin. However, this is really just a matter of styling.
Startbox has a line of css that hides the ‘Notify me of new posts by email’ text in the comment form. No worries, this can easily be overridden.
Add the following to your css, and all will work spledidly.
[css]
#commentform label.subscribe-label {display: inline;}
[/css]
No comments yet.