- Favicon
- Herramientas de Google o similar (Analytics, Webmaster tools, Tag Manager )
- Etiqueta
<title>
según página con miga de pan - Etiqueta
<meta>
con atributo description - html, css y js minificados y optimizados (evitar redundancias)
- Responsivos
- Etiqueta
<meta>
con atributo viewport - Visibles para bucadores (quitar noindex, nofollow)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"regiones": [ | |
{ | |
"region": "Arica y Parinacota", | |
"comunas": ["Arica", "Camarones", "Putre", "General Lagos"] | |
}, | |
{ | |
"region": "Tarapacá", | |
"comunas": ["Iquique", "Alto Hospicio", "Pozo Almonte", "Camiña", "Colchane", "Huara", "Pica"] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
require 'vendor/autoload.php'; | |
$mandrill = new Mandrill(API_KEY_MANDRILL); | |
$message = [ | |
'from_email' => '[email protected]', | |
'from_name' => 'Digital Meat', | |
'subject' => 'My Subject Subject', | |
'preserve_recipients' => FALSE, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ACF has this fancy option to show ACF fields based on pages templates. | |
* One problem: Themosis templates are not registered as "default" WordPress templates. | |
* This file hooks into the acf filters and allows ACF to use the Themosis templates. | |
* | |
* Compatible Themosis version: 1.2.3 | |
*/ | |
// add themosis templates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$page = acf_add_options_page(array( | |
'page_title' => 'Configuraciones generales', | |
'menu_title' => 'Configuraciones generales', | |
'menu_slug' => 'configuraciones-generales', | |
'capability' => 'edit_posts', | |
'position' => 10, | |
'redirect' => false, | |
'icon_url' => 'dashicons-align-right' |
du -h --max-depth=1 | sort -hr
https://serverfault.com/a/857188
$ANDROID_HOME/tools/bin/sdkmanager --licenses
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BEGIN Better WP Security | |
Options -Indexes | |
Order Allow,Deny | |
Deny from env=DenyAccess | |
Allow from all | |
SetEnvIF REMOTE_ADDR "^168\.96\.255\.98$" DenyAccess | |
SetEnvIF X-FORWARDED-FOR "^168\.96\.255\.98$" DenyAccess | |
SetEnvIF X-CLUSTER-CLIENT-IP "^168\.96\.255\.98$" DenyAccess | |
SetEnvIF REMOTE_ADDR "^186\.128\.145\.50$" DenyAccess |
NewerOlder