robots cheatsheet
Sitemap: https://example.com/sitemap_index.xml User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php examples: User-agent: * Disallow: /admin/ Disallow: /assets/components/ Disallow:...
Sitemap: https://example.com/sitemap_index.xml User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php examples: User-agent: * Disallow: /admin/ Disallow: /assets/components/ Disallow:...
Shell Scripting Crash Course - Cheatsheet for beginners This is a bash shell scripting which can be found on Unix, Linux and Mac. You can install bash on the Linux subsystem on Windows too. the f...
//NESTING place element inside previous element place element along side previous element //grouping (.foo>h1)+(.bar>h2) will output this: //MULTIPLICATION ul>li...
<?php /** * WordPress Query Comprehensive Reference * Compiled by luetkemj - luetkemj.com * * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query * Source: http://core.trac.wordpress.org/...
BEM Know your element (__) from your modifier (--). Both blocks and elements can have modifiers. (.b--m, .b__e--m). In react lingo, BEM’s “B” (for “Block”) is a component. Elements can nest deep...
page basic template with loop <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h2><?php the_title() ;?></h2> <?php the_post_thumbnail(); ?> &...
Update password in WordPress database UPDATE wp_users SET user_pass = MD5( ‘new_password’ ) WHERE wp_users.user_login = “admin_username”; password must be set to md5 for login to work troubleshoot...
Orange In color psychology, orange represents creativity, adventure, enthusiasm, success, and balance. The color orange adds a bit of fun to any picture, website, or marketing material it’s on. Des...
hide / show command 1 hide show project window search search anywhere shift shift preview search command shift F navigate command up arrow navigate to files, you can delete files switch proj...
Get into it Plug 'honza/vim-snippets' Or in my new config local M = { "Shougo/neosnippet-snippets", event = "VeryLazy", } return M Install with lazy :Lazy