Articles

WordPress import Google fonts done the right way

Load fonts into your templates using Functions method as shown below: <?php function load_fonts() { wp_register_style('googleFonts',
Read More

CSS Transition

Using CSS transition makes things super easy to animate objects with just some simple CSS. Note that this is not supported in
Read More

Updating Host file on a Mac

If you would like a web address to just point to your local development environment. You will need to edit your local host file. Go to the file Macintosh HD/private/etc/hosts Drag
Read More

GIT Problem / Error : ‘please enter a commit message to explain why this merge is necessary …’

To handle the following problem use the following steps. press "i" write your merge message press "esc" write ":wq" then press
Read More

Function Reference/get permalink

Use this to add a permalink to the post. <?php echo
Read More

Setting the SCSS Output Folder

Use the code to set the output directory of a SCSS file. sass --watch input-dir:output-dir
Read More