Custom Shortcodes
WordPress shortcodes are a great way to quickly add very custom chunks of code to your wordpress posts and pages. Check out the examples below for usage, full documentation is included with the download.
Shortcodes are inserted into the main content area of a page/post.
Message / Call to Action
Options: icon, icon_fullpath, href and target.
Default Example
Display 5 related posts, hide if nothing found. Designed to be used in a post or text widget.
[cudazi_message]Message Here![/cudazi_message]
Advanced Example:
[cudazi_message icon="Star.png" href="http://www.google.com" target="_blank"]Message Here![/cudazi_message]
Note – the “icon” setting pulls icons from your /images/icons/ folder. “icon_fullpath” can be used to pull an image from a custom web address.
Tip: use href=”RSS” to include your current RSS feed.
Related Posts
Options: max, title and no_results.
Default Example
Display 5 related posts, hide if nothing found. Designed to be used in a post or text widget.
[cudazi_related_posts]
Advanced Example:
[cudazi_related_posts max="10" title="Other Posts You May Like..." no_results="Nothing Found!"]
Note – Related posts works based on tags and is designed for posts, not pages.
Show Posts
Options: max, title and categories.
Default Example
Display 5 posts from all categories. Designed to be used in a post or text widget.
[cudazi_showposts]
Advanced Example:
[cudazi_showposts max="10" title="My Last 10 Posts" categories="10,23,11"]



Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisi eros, ullamcorper vel volutpat ac,
Recent Comments