Last active
November 22, 2016 14:34
-
-
Save raselahmed7/1a79768d3f5d492dd524 to your computer and use it in GitHub Desktop.
Wordpress dummy codes
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 the_title(); ?> | |
function theme_latest_jquery() { | |
wp_enqueue_script('jquery'); | |
} | |
add_action('init', 'theme_latest_jquery'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment