Latest Snippets
Shortcode: Get the TinyURL of a link through shortcodes
Add following snippet to “functions.php” Usage Snippet
Shortcode: Custom loop using shortcodes
Add following snippet to “functions.php” Usage Snippet
Snippet: Limit words on a string
Add following snippet to “functions.php” Usage: limit_words($content,50); Returns: $content trimmed to 50 words. Snippet
Snippet: Check current post for the existence of a short code
If you want to check if a short code exists before performing some action. `has_shortcode` is a custom function that will check short code’s availability.
Snippet: Dynamic page title
If you are a programmer and want to change page title dynamically then here is the snippet for you.






