Last active
December 21, 2015 00:18
-
-
Save tung-dang/6218597 to your computer and use it in GitHub Desktop.
Wordpress
This file contains hidden or 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
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