Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save asufian97/7300b768362d2b516cdcb391fb9f3f6f to your computer and use it in GitHub Desktop.
Save asufian97/7300b768362d2b516cdcb391fb9f3f6f to your computer and use it in GitHub Desktop.
wordpress theme cheat code
#<?php language_attributes(); ?> ->this code for add language add in html.
#<?php bloginfo( 'charset' ); ?> ->this code use for meta charset utf.
#please search google for header title dynamic , and also know separetor and left right =><?php wp_title( '|', true, 'right' ); ?>.
#css call for theme and search wp enqueue style or your mind what do.
#how to properly add css in wp theme. ->search google.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment