Quote:
Originally Posted by cyberxxx
Modifying functions.php is not a good idea because the theme can be changed or updated. Plugin is always a better solution. Its easier to enable/disable/update/modify/remove etc.
|
not really, if its your own theme i would rather have it in my functions.php file than having plugins to do so.
i could understand if its a theme from the codex which will autoupdate or something like that, but if its something custom to me, i do it this way.