Howdy. I am writing a theme with a custom options menu and settings pages. Can someone explain to me if I should use a plugin for some of my functionality rather than including it in the functions file? What is the criteria for deciding whether to create a plugin or use the functions file? My concept of plugins is that they should be used to share with others as a stand alone to add functionality to any theme. It seems that it would be inefficient to write all the separate files for a plugin when it is a function of the theme being created.
Thanks for your thoughts.