Created
May 4, 2017 00:35
-
-
Save asufian97/7300b768362d2b516cdcb391fb9f3f6f to your computer and use it in GitHub Desktop.
wordpress theme cheat code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#<?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