Luckily, In WordPress 3.6.0, they have introduced a new function that will allow us to check the existence of shortcodes. By using shortcode_exists($shortcode_tag), A function that can easily check if any shortcode already available in…
Creating a shortcode for custom post types is always a good choice, no matter if you are working on a custom WordPress theme or building a plugin. When you create shortcodes for your custom post…
Are you interested to learn about how to create a nested shortcode or how to use shortcode inside shortcode in WordPress, Then this article is for you. The aim of writing this article is not…
In WordPress, it’s always fun to use shortcodes. They allow you to do so much with just a piece of code. Let me show you how you can create a shortcode to display posts from…
If you want to know, how to create shortcodes to display recent posts without plugin then this article helps you to learn. To create shortcodes in WordPress, you should be familiar with how to create…
Is your WordPress website showing shortcodes in the excerpt or do you want to remove shortcodes from content?. Here are the code snippets that you can actually use to fix this issue and these snippets…
Shortcodes in WordPress is something that everyone loves to use. But sometimes, you don’t actually remember how many active shortcodes are there on your website. So here I will show you the easiest way to…
If you are running a WordPress website or blog, then you must know what the shortcodes are. Now let’s see how to use shortcodes in WordPress Pages, template, theme, widgets and PHP. Using shortcodes in…
Yes! you read it right. Creating your own custom shortcodes in WordPress is actually super easy. In one of my previous articles, I explained in detail about what are shortcodes. here I will show you,…