I created a shortcode to show the short URL from a post. I use canvas, that has an option to show shortcode after content, but I only want to show the shortcode only in posts, not in homepage.
How is possible to do that?
|
I created a shortcode to show the short URL from a post. I use canvas, that has an option to show shortcode after content, but I only want to show the shortcode only in posts, not in homepage. How is possible to do that? |
|||
|
|
|
If I understand the question: Modify the shortcode to incorporate
or
or
The first will only do //do this; on a post, the second on a page, and the third if the post or page is the homepage. |
|||||
|