Changes between Initial Version and Version 1 of WordPress/bestpractices


Ignore:
Timestamp:
Nov 6, 2013, 8:06:07 PM (10 years ago)
Author:
Jesus Franco
Comment:

just laying out this guide

Legend:

Unmodified
Added
Removed
Modified
  • WordPress/bestpractices

    v1 v1  
     1This 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
     5See.... Hardening WordPress
     6
     7Quick 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)