Linux Add custom bash commands

Step 1 : Find your .bashrc file Step 2 : (.bashrc is found in root directory)(You can type cd in the terminal and hit enter to get to root and use ls -la to see list of files in directory)- Edit your .bashrc file. Use whatever editing tool of your choice.or you can...

WordPress Child Theme Code

Create these files first functions.php style.css style-mobile.css script.js for functions.php <?php function my_theme_enqueue_styles() { $parent_style = ‘../Divi’; wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’...

Pin It on Pinterest