Skip to content

Instantly share code, notes, and snippets.

@raselahmed7
Last active November 22, 2016 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raselahmed7/1a79768d3f5d492dd524 to your computer and use it in GitHub Desktop.
Save raselahmed7/1a79768d3f5d492dd524 to your computer and use it in GitHub Desktop.
Wordpress dummy codes
<?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