Skip to content

Instantly share code, notes, and snippets.

@tung-dang
Last active December 21, 2015 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tung-dang/6218597 to your computer and use it in GitHub Desktop.
Save tung-dang/6218597 to your computer and use it in GitHub Desktop.
Wordpress
1. Include template
get_template_part('/partials/footer/globalFooterScript');
2. Get link of cat by cat name
<?php echo get_category_link( get_cat_ID( 'liên hệ' ) ) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment