Quote:
Originally Posted by AdultKing
I understand that. The point I am making is that all these Frameworks support a uniform way of making modifications to the structure of your site without needing to change the design, presuming the person coding the child theme has properly coded it.
|
I still don't see how this is any sort of advantage over a standard wordpress install / theme.
Adding genesis (as an example framework) makes every part of modifying the design painful.
ie want to change the text for 'older posts' ?
Well open up functions.php
add in a hook / filter / function and you're done
Standard wp theme no framework
open up index file and change that actual text.