Probably not a question limited to just WordPress, but general coding efficiencies period.
I have several installs of WordPress for six sites that are very similar, but at the same time unique. I'm running into efficiency issues when I need to make a change across all of them. For example, I changed the_author() to the_author_login() since images could be linked to their posts, but not be affected if they change their display name. In the theme I change this in single.php and index.php. But here's how I'm doing it:
Navigate in SmartFTP to the subdirectory for each site, navigate to the theme, drag and drop the unique single.php and index.php file to the desktop (overwriting the two files if this is round 2+), open in Xemacs (on a windows machine) save files, close Xemacs, drag and drop two files into SmartFTP and overwrite the files I originally downloaded. Repeat. The navigating directories is a pain in the ass. Since these sites are a bit new there are several changes similar to the one above that I do across all sites.
Installing plugins is not near as tedious, but if you have any ideas along those lines, let me know too. I use firefox and CTRL + Tab alot w/ all admin windows open.
Thanks!
I have several installs of WordPress for six sites that are very similar, but at the same time unique. I'm running into efficiency issues when I need to make a change across all of them. For example, I changed the_author() to the_author_login() since images could be linked to their posts, but not be affected if they change their display name. In the theme I change this in single.php and index.php. But here's how I'm doing it:
Navigate in SmartFTP to the subdirectory for each site, navigate to the theme, drag and drop the unique single.php and index.php file to the desktop (overwriting the two files if this is round 2+), open in Xemacs (on a windows machine) save files, close Xemacs, drag and drop two files into SmartFTP and overwrite the files I originally downloaded. Repeat. The navigating directories is a pain in the ass. Since these sites are a bit new there are several changes similar to the one above that I do across all sites.
Installing plugins is not near as tedious, but if you have any ideas along those lines, let me know too. I use firefox and CTRL + Tab alot w/ all admin windows open.
Thanks!