Shortcode to display users IP address in posts & pages
Adding this snippet to the functions.php of your wordpress theme will let you use a shortcode to display the users IP address in your posts or pages.
read moreRemove inline style from gallery shortcode
The WordPress gallery shortcode will add some inline CSS to your document however if I’m like many of you, I would rather use my own. Adding the above snippet to the functions.php of your wordpress theme will disable the default gallery styles from being inserted into the page.
read moreInclude external file shortcode
Adding this snippet to the functions.php of your wordpress theme will let you include an external file into your post / page using a shortcode. Interesting snippet something you should be careful within but could come in handy for a number of people.
read morethis months featured snippets
Shortcode with micro formatted loop, meta, category, pagination
Here’s a neat little wordpress shortcode that allows posting of individual blog posts based on ID, latest number of blogposts from a certain category or all categories, optional pagination, optional excerpt or full content showing and optional meta.
read moreDisplay external files in posts using shortcode
Adding this snippet to the functions.php of your wordpress theme will allow you to include the content of an external file within your page using shortcode.
read moreDisplay the comment count using a shortcode
Adding this snippet to the functions.php of your wordpress theme will let you display the comment count for any post by simply using this shortcode [comments id="23" ] replacing the ID with the post ID you want to display the count for.
read moreShortcode for HTML5 audio in posts and pages
Adding this snippet to the functions.php of your wordpress theme will create a new shortcode for HTML5 audio. Just add the second snippet of shortcode to a post or page to add HTML5 audio.
read moreShortcode for HTML5 video in posts
Adding the first snippet to the functions.php of your wordpress theme will create a new HTML5 video shortcode. Place the shortcode below in your posts to display your video.
read more













