Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created May 27, 2015 23:40
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 Kaiderella/9b6cf32e2bdc49ccc641 to your computer and use it in GitHub Desktop.
Save Kaiderella/9b6cf32e2bdc49ccc641 to your computer and use it in GitHub Desktop.
Shortcodes tạo mục subscribe
// Function to add subscribe text to posts and pages
function subscribe_link_shortcode() {
return 'Nếu bạn thích bài viết này, tôi khuyên bạn nên <a href="http://feeds.feedburner.com/ebooksvn" title="Subscribe blog của tôi">subscribe eBooksvn blog thông qua RSS</a>.';
}
add_shortcode('subscribe', 'subscribe_link_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment