Codex: http://codex.wordpress.org/Function_Reference/add_menu_page
Available Dashicons: http://melchoyce.github.io/dashicons/
Codex: http://codex.wordpress.org/Function_Reference/add_menu_page
Available Dashicons: http://melchoyce.github.io/dashicons/
# Disable hotlinking of images with forbidden message | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{HTTP_REFERER} !^$ | |
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?seu-dominio.com.br/.*$ [NC] | |
RewriteCond %{HTTP_REFERER} !search\?q=cache [NC] | |
RewriteCond %{HTTP_REFERER} !google\. [NC] | |
RewriteCond %{HTTP_REFERER} !yahoo\. [NC] | |
RewriteCond %{HTTP_REFERER} !googleusercontent\. [NC] | |
RewriteCond %{HTTP_REFERER} !bing\. [NC] |
Header set Connection keep-alive | |
ExpiresActive On | |
ExpiresByType image/jpg "access 1 year" | |
ExpiresByType image/jpeg "access 1 year" | |
ExpiresByType image/gif "access 1 year" | |
ExpiresByType image/png "access 1 year" | |
ExpiresByType image/svg+xml "access 1 month" | |
ExpiresByType text/css "access 1 month" | |
ExpiresByType application/pdf "access 1 month" |
Edit your theme file footer.tpl | |
Past the code above the code of footer.tl. |