| | 1 | This page aims to collect tips for enhancement of performance, security and overall maintainability of WordPress sites, fitted to MF/PL resources. |
| | 2 | |
| | 3 | == Security == |
| | 4 | |
| | 5 | See.... Hardening WordPress |
| | 6 | |
| | 7 | Quick Tip: Use [http://wordpress.org/plugins/better-wp-security/ Better WP Security]. |
| | 8 | |
| | 9 | == Performance == |
| | 10 | |
| | 11 | '''Avoid .htaccess''': Move your permalink rules to MF/PL Control Panel. |
| | 12 | |
| | 13 | * Why? |
| | 14 | * How-to... |
| | 15 | |
| | 16 | == Maintenance == |
| | 17 | |
| | 18 | === Themes === |
| | 19 | |
| | 20 | '''Don't make changes to the code of a theme, instead create a child theme'''. |
| | 21 | |
| | 22 | === Use source control management (i.e. git) === |
| | 23 | |
| | 24 | [[TranslatedPages]] (test to see if translatedpages macro works to the end of content) |