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: Add “Read More” for excerpt

Add following snippet to “functions.php” 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.

CSS: Add first and last menu item class to menus

Navigation menus are important part any website. If you want to apply a css class to the first and last part of menu item then here is the code snippet.

Snippet: Dynamic page title

If you are a programmer and want to change page title dynamically then here is the snippet for you.